sort by:
Revision Author Date Message Commit Date
d8c4c80 Sets worker JID before performing job during tests 02 July 2013, 14:43:59 UTC
6289751 Benchmark setup, 56s for 1.9.3, 50s for 2.0.0 30 June 2013, 19:15:19 UTC
73f7112 Merge branch 'master' of github.com:mperham/sidekiq 28 June 2013, 17:45:46 UTC
e441a3c version, changes update 28 June 2013, 17:45:36 UTC
db588e1 Merge pull request #1030 from jmazzi/feature/retries_exhausted_syntax_update Allow retries_exhausted to be defined in a block 28 June 2013, 02:38:00 UTC
5a2622a Merge pull request #1033 from jonhyman/feature/enqueue-now Minor optimization to just enqueue something now if it's set to perform_in the past or now 27 June 2013, 23:07:36 UTC
d5bf8e2 Minor optimization to just enqueue something now if it's set to perform_in the past or now. 27 June 2013, 23:01:13 UTC
b41fcd2 Pass the entire message to sidekiq_retries_exhausted 27 June 2013, 16:22:50 UTC
f58f6b1 Add link to Error-Handling wiki page 27 June 2013, 15:58:23 UTC
ba2ec58 Deprecate Worker#retries_exhausted in favor of the `sidekiq_retries_exhausted` callback 27 June 2013, 15:17:44 UTC
5200b28 Allow retries_exhausted to be defined in a block sidekiq_retries_exhausted { |*args| } 26 June 2013, 17:50:19 UTC
f435bc3 Prefer background jobs to message processing in future terminology 26 June 2013, 04:55:51 UTC
c76dd42 Refactor sidekiq_retry_in impl 26 June 2013, 04:10:46 UTC
4c07da6 Fix heisenbug with tests 26 June 2013, 04:09:04 UTC
0d790bb Merge pull request #1027 from jmazzi/feature/custom_retry Add custom retry delay 26 June 2013, 03:51:33 UTC
2ab552e Revert "Refactor into a class" This reverts commit 9583f090a80236db36c2860a80fda092dd5f453c. 26 June 2013, 03:41:36 UTC
9e5e745 space fix 25 June 2013, 18:11:19 UTC
9583f09 Refactor into a class 25 June 2013, 17:56:37 UTC
5f4cf06 fixup 25 June 2013, 16:37:59 UTC
da0b94e Let them know it's being retried using the default 25 June 2013, 16:37:29 UTC
37b4f2a fixup 25 June 2013, 16:36:23 UTC
8983f44 Log retry delay failures and fallback to the default 25 June 2013, 16:35:11 UTC
6d023a6 Add custom retry delay 25 June 2013, 15:07:45 UTC
1e3a42a Merge pull request #1024 from kek/master Fix crash when trying to clear the worker list 24 June 2013, 21:47:37 UTC
b9e3df9 Use !empty? instead of any? 24 June 2013, 20:38:03 UTC
3813f48 Pass an array to srem, but only if non-empty. 24 June 2013, 18:28:13 UTC
f431a00 Fix crash when trying to clear the worker list. Fixes #1023. 24 June 2013, 15:16:55 UTC
76bef8f Merge pull request #1020 from guiceolin/add_to_queue_for_scheduled_jobs Adding 'add to queue' button to the list of scheduled jobs on monitor web interface 24 June 2013, 00:12:37 UTC
cba10fd adding #1020 to Changes.md 24 June 2013, 00:06:12 UTC
fae67c1 Web tests 23 June 2013, 23:22:54 UTC
e169a30 Adding some tests 23 June 2013, 22:57:52 UTC
a6502e6 Adding 'add to queue' to the list of scheduled jobs on monitor interface 22 June 2013, 02:43:06 UTC
887e79a Merge pull request #1014 from jakemack/master Replace Process.pid with a randomly generated class variable 20 June 2013, 18:19:22 UTC
13d8fda Actually test what the test claims 20 June 2013, 18:02:30 UTC
b0286ef Generate a random hex string as the process id since Process.pid is not supported on all platforms (specifically, does not work on Heroku) 20 June 2013, 17:58:53 UTC
19a08c2 Merge pull request #1012 from brainopia/patch-1 Use existing variable in api to clear a queue 20 June 2013, 14:22:23 UTC
4f5bc1d Use existing variable in api to clear a queue 20 June 2013, 14:14:51 UTC
e753ff9 Dont save i18n locale if already set, fixes #1011 19 June 2013, 15:33:28 UTC
f0dafa6 Close old logger when rotating, fixes #1008 18 June 2013, 20:44:19 UTC
32f010d Dont pull down all worker info just to get size 13 June 2013, 15:41:23 UTC
20115d6 bump version, release 13 June 2013, 02:51:12 UTC
6df7a74 Dont use #tap on Actors! 12 June 2013, 22:16:19 UTC
06acbd4 Avoid calling processor during hard shutdown, fixes #997 11 June 2013, 05:20:15 UTC
84172d5 better handle shutdown race 10 June 2013, 22:17:47 UTC
4e66339 Modern celluloid now stable for testing purposes, yay! 08 June 2013, 05:15:13 UTC
1192b36 Merge branch 'master' of github.com:mperham/sidekiq 08 June 2013, 04:15:57 UTC
b663547 Update changes, bump version 08 June 2013, 04:15:46 UTC
c80f68f Merge pull request #989 from configr/master Fix bug of "status" option returning false for versions likes "2.12.1". 08 June 2013, 03:23:32 UTC
01dab79 Bugfix of "status" returning false for version "2.12.1". 07 June 2013, 16:16:26 UTC
ab1a2d5 Clear old jobs to prevent heisen-failures. 07 June 2013, 02:26:29 UTC
a5f25d8 Merge branch 'master' of github.com:mperham/sidekiq 07 June 2013, 02:21:05 UTC
16806be Bring back defer in MRI 1.9, fixes #985 07 June 2013, 02:20:53 UTC
cdfd1b2 Merge pull request #977 from artempartos/feature/capistrano_hooks add capistrano option sidekiq_default_hooks with compatibility 03 June 2013, 13:00:19 UTC
ad9fb85 add capistrano option sidekiq_default_hooks with compatibility 03 June 2013, 11:01:29 UTC
f900c2a Transition more of the web to use the API, add enqueued_at to the Job view 01 June 2013, 21:54:29 UTC
d5f8b45 Relax slim version constraint, fixes #970 01 June 2013, 21:15:14 UTC
4467485 misc 01 June 2013, 13:18:57 UTC
cd5ee0c Merge pull request #971 from grosser/cleanup make cleanup unnecessary by using expire fixes #966 01 June 2013, 12:16:58 UTC
4a6bae5 Merge pull request #973 from vipulnsward/extension_doc Document methods and make documentation uniform for extensions 01 June 2013, 12:13:53 UTC
ab55338 Document methods and make documentation uniform for extensions 01 June 2013, 07:10:24 UTC
4d885e0 make cleanup unnecessary by using expire 31 May 2013, 16:43:11 UTC
58baf76 Merge pull request #969 from grosser/slim-duplicate remove duplicate slim requirement leading to lower verserion being bundled 31 May 2013, 15:52:37 UTC
010862f remove duplicate slim requirement leading to lower verserion being bundled 31 May 2013, 15:47:37 UTC
2851800 Merge pull request #968 from stephankaag/master Correct slim version dependency 31 May 2013, 13:15:42 UTC
4b264ee Correct slim version requirement 31 May 2013, 12:17:09 UTC
65e8ac1 Upgrade to Celluloid 0.14.1 31 May 2013, 04:19:11 UTC
919e3c7 More cleanup 31 May 2013, 04:16:56 UTC
25447c7 Cleanup 31 May 2013, 04:13:59 UTC
20600da Merge pull request #962 from rafaelss/master Show more information in the retry page 30 May 2013, 19:49:20 UTC
f1fece1 Merge pull request #963 from fumin/master Add a testing method shift_and_perform to dequeue a single job 30 May 2013, 19:48:20 UTC
9724c70 better formatting for readability 30 May 2013, 18:59:57 UTC
8e98314 raise error upon empty queue 30 May 2013, 18:39:01 UTC
ad4a0b9 rename shift_and_perform to perform_one 30 May 2013, 16:28:47 UTC
94d1320 hide "Extras" row if there is nothing to show 30 May 2013, 16:24:57 UTC
1cb3451 make it possible translate "Extras" 30 May 2013, 16:02:15 UTC
db746b9 use DirectWorker 30 May 2013, 06:19:21 UTC
d9ed81c no need to assert job result 30 May 2013, 06:12:30 UTC
4cfa817 add testing method shift_and_perform 30 May 2013, 05:06:08 UTC
f162454 show in the retry page any other information added to the job by middlewares 30 May 2013, 04:07:49 UTC
45db83e Merge pull request #957 from phstc/updates-redis-version Updates Redis version requirement #694 29 May 2013, 12:23:36 UTC
e2464b0 Updates Redis version requirement #694 29 May 2013, 11:55:32 UTC
f2c3df8 Sidekiq Pro 1.1.0 released 26 May 2013, 02:58:27 UTC
c2f09b7 Remove 'at' property so it doesn't confuse Client 25 May 2013, 03:34:26 UTC
3dda03d Merge branch 'patch-4' of git://github.com/dimko/sidekiq into dimko-patch-4 25 May 2013, 03:12:34 UTC
f3f8760 Add Sidekiq::Job#latency, fixes #949 25 May 2013, 02:59:40 UTC
dcf68b9 Revert test change 24 May 2013, 18:13:42 UTC
965f8b2 Revert "Use ExceptionNotifier.notify_exception" This reverts commit 962c7c090877abf2ef75d0937809d25dc54ef2dd. 24 May 2013, 18:10:14 UTC
c7828f1 Scheduled and retry jobs now executes client middleware 24 May 2013, 12:31:55 UTC
7f51db4 Add Sidekiq::Queue#latency 24 May 2013, 05:58:06 UTC
273cdae Update slim version 24 May 2013, 05:47:08 UTC
2e949b5 Merge pull request #944 from mariovisic/record_enqueued_at Add recording of job queued at times 24 May 2013, 05:21:08 UTC
a97bfca Add information about Sidekiq::Stats::Job#enqueued_at to changelog 24 May 2013, 05:17:02 UTC
fabe0e0 Scheduled and retry jobs add an enqueued_at time when they are put into the queue 24 May 2013, 03:32:49 UTC
b0749ce Merge pull request #945 from richardpeng/upstart make sure sidekiq processes receive proper stop signals 23 May 2013, 15:59:29 UTC
3bedebb make sure sidekiq processes receive proper stop signals 23 May 2013, 15:52:23 UTC
a264d2a Add recording of job queued at times 23 May 2013, 12:07:58 UTC
f024c60 Add started_at info to the Workers API, thanks @mariovisic 23 May 2013, 04:50:22 UTC
60ff419 Merge pull request #931 from nirvdrum/patch-2 Compare gem versions by their version number, not a lexicographic sort o... 20 May 2013, 00:09:06 UTC
52bb8f5 Compare gem versions by their version number, not a lexicographic sort of a String representation. 20 May 2013, 00:03:17 UTC
3652cb8 Merge pull request #930 from didil/master fixes #928 example of using sidekiq with whenever without loading rails 16 May 2013, 21:32:50 UTC
back to top