https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
404069a Add Sidekiq::Workers#prune API to remove orphaned records 28 February 2014, 05:15:08 UTC
08d277c fix note 25 February 2014, 04:01:10 UTC
48446bb Merge pull request #1511 from mperham/feature/redis-stats-protection Swallow (and attempt to retry) Redis timeout errors when updating stats.... 25 February 2014, 03:50:04 UTC
cf641cb Adds a changelog entry. 25 February 2014, 02:43:11 UTC
a32fdd5 Sleep before retrying. 24 February 2014, 21:10:58 UTC
fda8012 Update comment. 24 February 2014, 21:10:07 UTC
a39a32b Update comment. 24 February 2014, 21:09:29 UTC
f761c67 Retry all exceptions. 24 February 2014, 21:08:57 UTC
0a58b7f Swallow (and attempt to retry) Redis timeout errors when updating stats. This is so code which calls #stats does not conflate job failures with stats failures. 24 February 2014, 19:58:35 UTC
939006e version bump 22 February 2014, 01:59:49 UTC
20b7a4f Auto-prune old jobs from worker list, fixes #1508 22 February 2014, 01:59:32 UTC
d28cbf9 bump ver 19 February 2014, 05:05:23 UTC
efb624c Fix sidekiqctl pidfile issues, fixes #1490 18 February 2014, 19:23:15 UTC
72c3fe9 Merge pull request #1494 from Jellyfishboy/master Added rescue to prevent crashing on Windows 18 February 2014, 14:37:16 UTC
15111f3 Merge pull request #1495 from mperham/feature/race Fixes a race condition which could result in a scheduled item being adde... 18 February 2014, 14:35:30 UTC
7190f10 Merge pull request #1496 from mperham/feature/multi-to-mget Removes unnecessary transaction. 18 February 2014, 14:34:02 UTC
b530d59 Removes unnecessary transaction. 18 February 2014, 14:11:01 UTC
cecfc7f Fixes a race condition which could result in a scheduled item being added to the queue twice, or a retry being retried twice. 18 February 2014, 14:08:43 UTC
8911d7d Added rescue to prevent crashing on Windows 'unsupported signal SIGUSR1' occurs when running on Windows. SIGINT is supported in Windows and the rest would be ignored. 18 February 2014, 09:27:04 UTC
339e679 Merge pull request #1492 from petergoldstein/feature/fix_usage_typo Add the restart option to the usage string 17 February 2014, 23:18:39 UTC
a5a6f08 Add the restart option to the usage string 17 February 2014, 22:58:52 UTC
e79cfa5 1.4.3 release 15 February 2014, 20:56:27 UTC
315db46 Automatically use config/sidekiq.yml if found, fixes #1481 15 February 2014, 20:41:07 UTC
f6de1fa Merge pull request #1479 from seanpdoyle/master Replaced class and instance level `send` 14 February 2014, 15:08:42 UTC
e12bf87 Replaced class and instance level `send` Replaced with `__send__` from std lib * `send` can now be overridden to be more semantically meaningful * `message.send(user_id)` as opposed to `message.send_message(user_id)` * `__send__` makes it clear that the reflective version is intended 14 February 2014, 14:43:34 UTC
0a279e8 Add SortedSet#name, for subclass access 14 February 2014, 05:28:56 UTC
2dc1295 flippin' typo 14 February 2014, 05:19:47 UTC
b6dc5ba Merge pull request #1476 from dballona/remove-daemonization-for-jruby Remove daemonization for JRuby 11 February 2014, 23:04:46 UTC
b64186a adding -d flag unsupported message 11 February 2014, 22:26:17 UTC
b9d0a5e adding >/dev/null 2>&1 & 11 February 2014, 22:11:27 UTC
f277501 removing -d flag for jruby 11 February 2014, 21:58:11 UTC
68a91c6 Remove try usage, requires Rails, fixes #1474 11 February 2014, 18:21:34 UTC
10bccba Merge branch 'master' of github.com:mperham/sidekiq 09 February 2014, 23:08:35 UTC
2f4d368 Store timestamps as floats, not strings, fixes #1473 09 February 2014, 23:08:21 UTC
6cf7ad0 Merge pull request #1472 from Spone/patch-1 Update fr.yml 09 February 2014, 16:25:37 UTC
ce54a84 Update fr.yml changed "Temps" -> "Heure" 09 February 2014, 15:16:55 UTC
f46ab46 oops 08 February 2014, 21:07:31 UTC
e7eaa7a Remove pidfile when shutting down, fixes #1470 08 February 2014, 20:50:17 UTC
ea153af Clean up log rotation code 07 February 2014, 22:54:49 UTC
df85a0f Merge pull request #1467 from ctaintor/improve_log_reopening USR2 will now reopen *all* log files (like Unicorn) 07 February 2014, 22:47:05 UTC
c720dad Adds USR2 changes 07 February 2014, 22:04:33 UTC
98e2ace USR2 will now reopen *all* log files (like Unicorn). Also, the logfile will be reopened using IO#reopen rather than creating a new Logger object, reducing the possibility of having a stale logger object 07 February 2014, 21:27:35 UTC
547f07a Merge pull request #1463 from damselem/restart-initd Add restart functionality to init.d script 06 February 2014, 20:20:19 UTC
4f04ac1 Add restart functionality to init.d script 06 February 2014, 10:45:00 UTC
e42f5d1 promote jruby build 01 February 2014, 23:46:23 UTC
5dccbdc Fix jruby build 01 February 2014, 23:44:55 UTC
bd8ea88 Fix build on 1.9 01 February 2014, 23:15:03 UTC
9867b72 Concerted effort to increase test coverage: 86 -> 88% 01 February 2014, 23:04:20 UTC
9aef296 Add note about 1098 01 February 2014, 21:54:07 UTC
81de381 Support reverse paging of sorted sets, #1098 01 February 2014, 21:51:09 UTC
b0107b5 Add JID for inline testing, fixes #1454 30 January 2014, 17:22:07 UTC
3a6cadc Marshal arguments to avoid worker mutation, fixes #1452 28 January 2014, 04:29:19 UTC
f58b692 Polish worker arguments display, fixes #1453 28 January 2014, 04:26:51 UTC
dbabcb8 Update Pro-Changes.md 22 January 2014, 04:42:39 UTC
fe701ca Update Pro-Changes.md 20 January 2014, 23:05:16 UTC
f150a31 Merge pull request #1434 from mperham/feature/2173-changelog Adds changelog notes for 2.17.3 16 January 2014, 23:48:18 UTC
09c0038 Adds changelog notes for 2.17.3 16 January 2014, 23:43:32 UTC
c89cca6 Merge pull request #1423 from mperham/feature/fetcher-join Terminate the poller and the fetcher synchronously. 12 January 2014, 21:50:51 UTC
1253bb0 verbage 11 January 2014, 22:43:49 UTC
754e746 Merge branch 'master' of github.com:mperham/sidekiq 11 January 2014, 22:31:14 UTC
6d9b714 Remove trial license provision, clarify redistribution is first person only 11 January 2014, 22:31:07 UTC
d07e0e8 Merge pull request #1427 from jbourassa/rake-abs-path Allow absolute pid paths (for Capistrano) 11 January 2014, 17:51:55 UTC
8e64985 Allow absolute pid paths in Capistrano Fix #1427 11 January 2014, 17:30:08 UTC
c95a6b1 Merge pull request #1424 from opengovernment/feature/generalized-start-script Starting sidekiq via Capistrano requires a tty and nohup. 10 January 2014, 20:58:58 UTC
e0c20d1 Remove async on termination of fetcher/poller, leave everything else the same. 10 January 2014, 19:58:53 UTC
cac620e Merge branch 'master' into feature/generalized-start-script 10 January 2014, 19:21:48 UTC
8d1eb10 Terminate the poller and the fetcher synchronously. 10 January 2014, 16:56:20 UTC
7e6929d Merge pull request #1420 from brandonweiss/patch-1 Closes mperham/sidekiq#1419: Updating changelog with additional information about queue syntax 09 January 2014, 14:32:42 UTC
8f7c41b Closes mperham/sidekiq#1419: Updating changelog with additional information about queue syntax 09 January 2014, 07:31:44 UTC
6cd4e6a Update Pro-Changes.md 04 January 2014, 00:13:52 UTC
e353f10 Merge branch 'master' into feature/generalized-start-script 03 January 2014, 11:33:28 UTC
ef90528 changes, bump version 03 January 2014, 05:58:41 UTC
e9b2bae Merge pull request #1416 from tmaier/1415-i18n-test Add I18n test for #1415 01 January 2014, 23:53:20 UTC
37a576a Fix for Ruby 1.9 01 January 2014, 22:37:28 UTC
67f8adf Add test for I18n.enforce_available_locales = true for I18n middleware #1415 01 January 2014, 22:32:09 UTC
4116e25 Reset locale to default, fixes #1415 01 January 2014, 22:01:50 UTC
3e9d40c Starting sidekiq via Capistrano requires a tty and nohup. 30 December 2013, 13:44:55 UTC
a67f842 Merge pull request #1413 from opengovernment/feature/generalized-start-script Feature/generalized start script 28 December 2013, 02:57:10 UTC
89c8bed Merge pull request #1406 from mperham/feature/reliable-fetch-fix-attempt Attempt a bulk requeue for reliable-fetch when shutting down. 27 December 2013, 22:57:36 UTC
48d1a58 Give deployment user write permission to PID_FILE 27 December 2013, 13:39:15 UTC
560be1f Allow assigning termination signal via /etc/default or /etc/sysconfig. 27 December 2013, 11:29:37 UTC
7932d45 Use sudo -i switch (simulate initial login) incorporates RVM environment when using RVM. Also chdir into the proper directory since this switch implies using the user home directory. 26 December 2013, 18:12:25 UTC
fee3301 Allow assigning local default values via /etc/default or /etc/sysconfig. 26 December 2013, 18:08:07 UTC
9c7eda5 Replace hardcoded paths with variables 26 December 2013, 18:00:59 UTC
a688547 Merge pull request #1408 from DouweM/fix-strict Set strict option correctly when using multiple queue options. 26 December 2013, 01:17:42 UTC
b79e13c Merge pull request #1409 from petergoldstein/feature/add_2_1_0_to_travis Add Ruby 2.1.0 to Travis config 25 December 2013, 19:59:05 UTC
742f1f8 Add Ruby 2.1.0 to Travis config 25 December 2013, 19:33:36 UTC
040eda5 Remove support for `-q foo,bar` and `-q foo,3,bar` syntax. Use `-q foo -q bar` and `-q foo,3 -q bar` instead. 25 December 2013, 12:30:20 UTC
7747467 Set strict option correctly when using multiple queue options. 23 December 2013, 15:43:10 UTC
889d8e1 Merge pull request #1407 from mperham/feature/fix-logging @in_progress got cleared in #requeue but was being logged after the requ... 21 December 2013, 20:31:19 UTC
8f7df0a @in_progress got cleared in #requeue but was being logged after the requeue. Also, removing redundant log statement. 21 December 2013, 14:19:30 UTC
dd805e3 Attempt a bulk requeue for reliable-fetch when shutting down. I believe there is a case where an #assign will happen after a requeue and cause work to remain in the reliable-fetch queue. 21 December 2013, 13:59:36 UTC
e7043c8 Batch progress bar, fixes #1398 19 December 2013, 05:22:20 UTC
fbc96b9 Merge pull request #1402 from bwthomas/20131218_reset_individual_stats Allow Sidekiq::Stats#reset to reset individual stats independently 18 December 2013, 17:05:09 UTC
db0a333 Allow Sidekiq::Stats#reset to reset individual stats independently 18 December 2013, 16:14:33 UTC
7f589c5 latest pro 15 December 2013, 22:22:04 UTC
13c588c Expose delay as sidekiq_delay also, fixes #1393 15 December 2013, 22:16:31 UTC
06ec7ef Bump redis, changes 15 December 2013, 04:44:52 UTC
e711e68 Merge pull request #1395 from bradleypriest/checkbox Fix layout of the retry all checkbox 14 December 2013, 14:00:29 UTC
7056c36 Fix layout of the retry all checkbox 14 December 2013, 10:10:10 UTC
back to top