https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
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
83f6e86 fixes #928 example of using sidekiq with whenever without loading rails 16 May 2013, 21:03:37 UTC
7513f77 Update slim version check, #889 16 May 2013, 19:55:41 UTC
af649c2 Add slim version check, fixes #889 16 May 2013, 15:27:10 UTC
eaf4b14 Merge pull request #920 from espen/start_with start_with not starts_with 13 May 2013, 21:52:07 UTC
cf2396e start_with not starts_with 13 May 2013, 21:41:53 UTC
894e3e6 Remove usage of multi_json gem 12 May 2013, 21:33:49 UTC
4679c95 Upgrade to Minitest 5 12 May 2013, 21:25:30 UTC
beaec44 Switch to threaded tasks, see also celluloid/celluloid#251 12 May 2013, 20:57:55 UTC
5db5c93 Upgrade to Celluloid 0.14, remove defer usage, fixes #919 11 May 2013, 23:12:12 UTC
55726ca Add Sidekiq::Actor which provides a testable alternative to Celluloid 11 May 2013, 05:12:44 UTC
f4c54ff Sidekiq will now shut down successfully if Redis is down. 11 May 2013, 00:19:23 UTC
b04f7ac More intelligent redis error handling for job fetch 10 May 2013, 23:45:08 UTC
0fb1cbf Pro changes 09 May 2013, 03:16:03 UTC
a26494f Merge pull request #910 from dimko/patch-3 Fixed ExceptionNotifier test 07 May 2013, 16:40:54 UTC
7bd41fd Fixed ExceptionNotifier test 07 May 2013, 16:18:06 UTC
d2af4ef Merge pull request #909 from dimko/patch-2 Recognize current tab with String#starts_with? instead of regexp 07 May 2013, 16:06:33 UTC
0991e64 Recognize current tab with String#starts_with? instead of regexp 07 May 2013, 15:15:57 UTC
d56f9cd Update Pro-Changes.md 07 May 2013, 04:17:44 UTC
195a00e Add Sidekiq Pro changelog to public repo, for visibility 07 May 2013, 03:44:26 UTC
235f05f Merge pull request #901 from steverandy/master Use ExceptionNotifier.notify_exception 06 May 2013, 04:35:41 UTC
962c7c0 Use ExceptionNotifier.notify_exception This will handle ignored exceptions 06 May 2013, 00:15:07 UTC
96e0701 Merge branch 'master' of github.com:mperham/sidekiq 05 May 2013, 03:50:34 UTC
f68abc1 Need to require yaml here 05 May 2013, 03:50:24 UTC
62bc932 Merge pull request #898 from phstc/fixes-PR50-monit-stop-action Fixes monit stop action typo mentioned in the PR #50 04 May 2013, 14:19:50 UTC
5f6ad9b Fixes monit stop action typo mentioned in the PR #50 04 May 2013, 10:08:20 UTC
541ff1f Ignore Shutdown exception in retry middleware, fixes #897 03 May 2013, 16:50:20 UTC
7df3c51 update changes, version 02 May 2013, 18:29:52 UTC
daf517d Merge pull request #892 from dennisreimann/master Configurable redis url in tests 02 May 2013, 16:36:36 UTC
5a0a677 Configurable redis url in tests This allows for a custom redis url (i.e. when having redis run on a non-default port) in tests. To use this, run the tests with `REDIS_URL=redis://localhost:16379/15 rake` 02 May 2013, 07:47:56 UTC
917cc33 Merge pull request #890 from thefron/ko_translation Added Korean locale 02 May 2013, 06:30:24 UTC
b2586b5 Added ko.yml 02 May 2013, 05:18:55 UTC
c9789ba Release 2.11.2 01 May 2013, 19:32:04 UTC
1cfb811 Merge branch 'master' of github.com:mperham/sidekiq 01 May 2013, 18:35:49 UTC
b857c98 Merge pull request #888 from mperham/reset-stats Add reset stats to Web UI summary box and method to API 01 May 2013, 14:43:47 UTC
4a0c3bb Add reset stats method to API 01 May 2013, 00:43:59 UTC
503dbb6 Unlock dev deps 29 April 2013, 22:45:10 UTC
dc91e5d Practice what I preach, libraries shouldn't use spermy. 29 April 2013, 22:41:54 UTC
98630ac Pull in YAML for i18n 29 April 2013, 21:56:05 UTC
a69b186 Update changes 27 April 2013, 20:48:07 UTC
3881abc Merge pull request #882 from espen/patch-1 Added Norwegian locale 27 April 2013, 20:45:49 UTC
5769311 Update no.yml 27 April 2013, 16:08:42 UTC
ea55a58 Added Norwegian locale 27 April 2013, 12:16:07 UTC
69e0838 Merge pull request #876 from ogom/ja_translation Modified the Japanese translation. 26 April 2013, 22:46:54 UTC
230dae9 update 26 April 2013, 16:02:07 UTC
9d931cb Add instructions for reproducing Ruby 2.0 slowness 26 April 2013, 16:00:03 UTC
b1064a9 Merge pull request #878 from jelder/master Accept stringy values for -i (like -i worker.1) 25 April 2013, 21:23:29 UTC
77b05a7 fix ja translation 25 April 2013, 18:01:27 UTC
0583504 Rejigger i18n to return key itself if translation not found, #875 25 April 2013, 17:29:10 UTC
7751e6f Merge pull request #875 from ogom/custom_tabs_title_locale Custom tab will be included in the translation? 25 April 2013, 17:01:01 UTC
f16e24c fix locale of custom tabs 25 April 2013, 16:36:18 UTC
a4226bc Merge branch 'master' of github.com:mperham/sidekiq 25 April 2013, 16:04:19 UTC
09786fd Bump version 25 April 2013, 16:03:54 UTC
1a122da Merge pull request #874 from bartolsthoorn/patch-1 Only show warning if :timeout is used solves #862 25 April 2013, 14:23:33 UTC
2ea021c Only show warning if :timeout is used solves #862 25 April 2013, 14:12:23 UTC
bab2fd8 Merge pull request #873 from bluerail/nl-translation Add Dutch (nl) translation 25 April 2013, 13:53:06 UTC
131cffe Add Dutch (nl) translation 25 April 2013, 13:45:41 UTC
ffd160e Merge pull request #871 from mitchellh/master Fix AreYouSureDeleteQueue JA translation 25 April 2013, 04:15:52 UTC
0e6829c Fix AreYouSureDeleteQueue JA translation 25 April 2013, 04:14:11 UTC
f1ee55a Update ja.yml Edits via @mitchellh 25 April 2013, 04:10:27 UTC
c1dd77d Fix root, update changes 25 April 2013, 03:22:13 UTC
9e2bdac Merge branch 'master' of git://github.com/bosslee/sidekiq into bosslee-master 25 April 2013, 03:19:24 UTC
3e0a5ea Accept stringy values for -i (like -i worker.1) 24 April 2013, 18:48:22 UTC
3eb6ad4 Explicitly test false to avoid warning on Ruby 2.0, fixes #869 24 April 2013, 17:53:02 UTC
4d6279a added Japanese translation 24 April 2013, 07:00:20 UTC
16a6eb8 Better testing for worker page 22 April 2013, 21:14:19 UTC
back to top