0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix conditional from previous commit to work on Rails versions before version method was defined.
miloops
as Emilio Tagua
More... almost 15 years ago
fix DEPRECATION WARNING: ActiveRecord::Base.allow_concurrency= More... almost 15 years ago
update debug logger, more nice exception More... almost 15 years ago
fix for double fork More... almost 15 years ago
another fix More... almost 15 years ago
add timestamp to error messages More... almost 15 years ago
handle error while running persistent tasks More... almost 15 years ago
no need to encode/decode in two places More... almost 15 years ago
fix for loading vendir first More... about 15 years ago
Support for enqueued tasks that respect the :priority field. Priority can be any integer. Higher numbers go first. @worker_proxy.enq_foobar(:job_key => '4', :priority => 4, :arg => :hello) More... about 15 years ago
fix for loading in foreground mode More... about 15 years ago
fix master proxy loading error More... about 15 years ago
steve BDRB regex fix More... about 15 years ago
b64encode of arguments unnecessarily prints args to stdout. encode64 does the same thing without cluttering stdout. http://www.ruby-doc.org/core/classes/Base64.html More... about 15 years ago
fix for start stop file More... about 15 years ago
Merge commit 'origin/master' More... about 15 years ago
in the case of a dead bdrb needing pidfile cleaning, now cleans all pidfiles and not just main pidfile More... about 15 years ago
made the startup script more lsb compliant: added status, restart, made start clean the old pidfile in case of dead/crased process, and made stop exit 0 if already stopped. Also, moved requires and environment loads only to the correct part of start, so all other actions (ex. stop, status) happen immediately without loading all of rails. More... about 15 years ago
use base encoding for utf thingies More... about 15 years ago
small fix for method call with empty params More... about 15 years ago
small fix for rails worker proxy More... about 15 years ago
Merge commit 'origin/master' More... about 15 years ago
version 1.2 release notes More... about 15 years ago
fix all the failing test cases and update for rails 2.3 More... about 15 years ago
fix issue with args loding for persistent queues More... about 15 years ago
finish work for catching up errors More... about 15 years ago
changes for taking care of error popping out More... about 15 years ago
Merge commit 'origin/master' More... about 15 years ago
handle generic exceptions More... about 15 years ago
further fortify against rogue worker methods, enable per worker configuration and merge seth patches More... about 15 years ago