https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
3a6d396 Bump version 12 September 2013, 21:17:33 UTC
c7c8044 Minor refactoring of chain 12 September 2013, 21:14:17 UTC
602d5da We need Rails 3 03 September 2013, 20:41:13 UTC
0b37387 Merge pull request #1146 from benilovj/bump-redis-namespace-for-security-fix bump the 'redis-namespace' gem 29 August 2013, 15:03:18 UTC
bb4b832 bump the 'redis-namespace' gem pin the `redis-namespace` gem in order to pick up a security fix http://blog.steveklabnik.com/posts/2013-08-03-redis-namespace-1-3-1--security-release 29 August 2013, 10:56:58 UTC
853909c Merge pull request #1138 from bruckhaus/peak-memory-label fix label for peak memory usage in dashboard view 27 August 2013, 16:36:21 UTC
ce66dc7 fix label for peak memory usage in dashboard view 27 August 2013, 06:32:43 UTC
6c9dbd9 Merge pull request #1135 from queso/patch-1 Add missing erb opening tag in worker list 26 August 2013, 16:16:26 UTC
4ee52ea Add missing erb opening tag in worker list The queue name was missing the opening erb tag. 26 August 2013, 16:14:35 UTC
c838010 Update Pro changes 25 August 2013, 20:41:21 UTC
5cffb60 Merge branch 'master' of github.com:mperham/sidekiq 25 August 2013, 20:00:14 UTC
2b9ab89 Ensure we always pass a Hash to handle_exception, fixes #1134 25 August 2013, 19:59:33 UTC
ef4da18 Merge pull request #1133 from fpetrini/log_reopen_fix Use the same method to reopen log after USR2 as is used during startup. ... 25 August 2013, 14:54:37 UTC
cc8bbb6 Use the same method to reopen log after USR2 as is used during startup. Fixes #1132 25 August 2013, 13:00:59 UTC
4b1069a Add issue info 25 August 2013, 03:08:51 UTC
2b5feb9 Merge branch 'master' of github.com:mperham/sidekiq 22 August 2013, 18:48:00 UTC
4326c7b Gemfile cleanup 22 August 2013, 18:47:50 UTC
43deaa8 Merge pull request #1124 from snkashis/patch-1 slight typo for RetryJobs in changelog 22 August 2013, 14:47:37 UTC
f7dcf01 Merge pull request #1122 from Locke23rus/remove-slim Closes #1120 Removed slim. 22 August 2013, 14:43:49 UTC
62bc7f3 Fixed realtime and history dashboards. 22 August 2013, 07:41:00 UTC
1bc5531 slight typo for RetryJobs 22 August 2013, 06:12:32 UTC
0a7e8ea Closes #1120 Removed slim. 21 August 2013, 22:59:34 UTC
45de5a4 Merge pull request #1117 from bwthomas/fix_redis_error_when_using_namespace Update redis version to fix issue using redis namespaces 20 August 2013, 19:52:42 UTC
b44c0e4 Update redis version to fix issue using redis namespaces 20 August 2013, 19:44:23 UTC
62f66a1 Shutdown should not be a normal error 18 August 2013, 20:20:59 UTC
0acfbf8 Sidekiq Pro v1.2.2 17 August 2013, 19:52:51 UTC
4da700e API should use UTC 16 August 2013, 03:06:16 UTC
6bb7706 Don't overwrite enqueued_at when retrying 16 August 2013, 03:05:36 UTC
484d35e Fix race conditions in Web UI actions 16 August 2013, 02:52:50 UTC
be6ece9 1.2.1 notes 12 August 2013, 03:35:37 UTC
4c92748 Latest releases! 10 August 2013, 19:51:23 UTC
c41997c Don't use the NAME constant here, then Pro bootup is confusing 10 August 2013, 19:37:17 UTC
6df99f3 Merge pull request #1103 from guipereira/master Change the deprecated way for instantiate Redis 09 August 2013, 20:42:05 UTC
85bdba4 Change the deprecated way of instantiate Redis's client 09 August 2013, 20:20:27 UTC
882945c Merge pull request #1101 from philostler/web_yaml_locale_read_error Switches to using File#open when loading web locale YAMLs due to error using #read 09 August 2013, 00:40:54 UTC
1546309 Switches to using File#open when loading web locale YAMLs due to error using #read 08 August 2013, 22:52:40 UTC
dd55644 Merge branch 'master' of github.com:mperham/sidekiq 07 August 2013, 20:45:19 UTC
6bbac72 ch-ch-ch-changes 07 August 2013, 20:45:08 UTC
c33443d Merge pull request #1091 from czarneckid/add-max-retries-option-for-retry-jobs-middleware Allow for default number of retry attempts to be set for RetryJobs middl... 01 August 2013, 20:41:06 UTC
63a86b0 Add entry for change to middleware 01 August 2013, 20:33:58 UTC
3f0d7e3 Allow for default number of retry attempts to be set for RetryJobs middleware. * Adds `max_retries` option to RetryJobs middleware. Default is still 25. This way you can still retry jobs, but not have it spread out over such a long period. Modify `Sidekiq::Middleware::Chain#add` semantics * If middleware class already exists in the chain, remove the existing class and add it with possibly new arguments. 01 August 2013, 20:23:50 UTC
53a07e0 Fix race condition in retrying jobs via web UI 01 August 2013, 16:48:38 UTC
318f546 Merge pull request #1088 from MadRabbit/master Adding the jquery timeago locales support. Adds to #831 01 August 2013, 15:42:20 UTC
7365888 Adding the jquery timeago locales support. Adds to #831 01 August 2013, 10:07:26 UTC
7689b0c Add benchmark for fast delete API 28 July 2013, 23:11:36 UTC
8ef7377 Merge branch 'feature/arg-scroll' of git://github.com/jonhyman/sidekiq into jonhyman-feature/arg-scroll 28 July 2013, 22:03:42 UTC
d3716f2 Rejigger web paths, float this thing right 28 July 2013, 22:02:43 UTC
093ca90 Merge pull request #1081 from feedbin/workers_size User workers_size instead of workers.size for better performance. 28 July 2013, 16:27:12 UTC
09444f9 Memoize workers_size. 28 July 2013, 16:17:33 UTC
462cc2c User workers_size instead of workers.size for better performance. 28 July 2013, 15:52:07 UTC
7f45a9c Latest Pro changes! 27 July 2013, 23:16:25 UTC
c7b0a34 Make Chain enumerable 27 July 2013, 23:14:07 UTC
820657a Updating invalid jid in tests so it's more clear. 27 July 2013, 23:04:06 UTC
963e4e9 Fixing spacing on reverted config.ru 27 July 2013, 22:52:25 UTC
aa8ac37 Adds tests for new web endpoints. 27 July 2013, 22:49:35 UTC
626f7f8 Reverting contribuing.md, config.ru changes. 27 July 2013, 22:41:14 UTC
5e9bfa7 Adds a job status page for scheduled jobs; partially reverts 6ce788b1210ebc9703b79780ae47ea9a48e2fd28 which removed arg truncation from overview pages. 27 July 2013, 17:03:47 UTC
6ce788b Actually remove the truncation. 25 July 2013, 22:41:02 UTC
d8cd87a No longer truncates arguments in sidekiq-web, instead uses overflow: scroll to let you see them. 25 July 2013, 22:36:23 UTC
0ae5ba4 Add contribution guide, version bump 21 July 2013, 22:36:01 UTC
95a57c2 Merge pull request #1046 from manishval/tweak-dashboard-status-ui Make status summary responsive, relating issue #1025 21 July 2013, 20:44:37 UTC
f0a6545 Update changelog 21 July 2013, 02:03:25 UTC
9bfb7f2 Make graphs responsive by redrawing them after resizing window 21 July 2013, 02:00:26 UTC
d0af064 Make the summary bar reponsive for screen width between 979-768px 21 July 2013, 00:37:49 UTC
568b75e Move secondary navigation bar to the bottom of the layout 21 July 2013, 00:26:03 UTC
385d3b1 Display mobile summary inline 20 July 2013, 16:12:54 UTC
b62d8a3 Merge pull request #1062 from LeakyBucket/master Allow the configuration of the Redis Connection Pool Timeout 17 July 2013, 16:50:00 UTC
48c70f8 Added option to set the network timeout for the Redis connection 17 July 2013, 15:02:51 UTC
c555ef9 Merge branch 'master' of github.com:mperham/sidekiq 17 July 2013, 04:20:47 UTC
49122d2 Work on debugging random test failure 17 July 2013, 04:20:42 UTC
5a4de15 Allow setting of a custom timeout for the Redis Connection Pool 16 July 2013, 21:40:50 UTC
ddd4cab Merge pull request #1059 from turbovote/exception-notification-4.0.0 Revert "Revert "Use ExceptionNotifier.notify_exception"" 15 July 2013, 23:32:22 UTC
777dd34 update exception_notification tests for 4.0.0 15 July 2013, 23:09:58 UTC
d6629db Revert "Revert "Use ExceptionNotifier.notify_exception"" This reverts commit 965f8b28ec330539680d09e16adb15e134c46d9c. 15 July 2013, 22:41:30 UTC
f351555 Make status summary responsive 08 July 2013, 17:58:54 UTC
8410f99 Merge pull request #1041 from rmello/master JID not beign set on workers during tests 02 July 2013, 15:30:52 UTC
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
back to top