https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
ed3276e polish 01 July 2014, 05:09:06 UTC
73e473d Add note about dupe job fix 01 July 2014, 05:07:12 UTC
ccd1279 Merge pull request #1819 from seuros/ui fix css for sidekiq ui 30 June 2014, 22:16:15 UTC
01109e6 fix css for sidekiq ui 30 June 2014, 21:46:29 UTC
de1d6b6 Merge pull request #1813 from avalancheau/fix-activerecord-retry-on-restart Improved (and more effective) fix for catching and ignoring exceptions caused by Sidekiq::Shutdown 30 June 2014, 13:02:16 UTC
5be876b Mark tests that cannot pass under Ruby < 2.1.0 as pending on those versions. 30 June 2014, 07:09:44 UTC
025327c Test handling exceptions during Sidekiq::Shutdown. 30 June 2014, 06:58:19 UTC
bc63d0b Improve code style for exception_caused_by_shutdown? 30 June 2014, 02:40:18 UTC
df14b3c Climb cause chain to determine if exception is due to Sidekiq::Shutdown. 30 June 2014, 02:12:54 UTC
8736c51 Merge pull request #1778 from hundredwatt/optional_extension_loading Optional extension loading 28 June 2014, 22:34:27 UTC
8cf0bf4 Never include modules if `.remove_delay` was called 28 June 2014, 22:20:42 UTC
e806914 Merge pull request #1805 from avalancheau/fix-activerecord-retry-on-restart Prevent exceptions caused by Sidekiq::Shutdown from causing jobs to be retried 27 June 2014, 15:15:42 UTC
56b5584 Prevent exceptions caused by Sidekiq::Shutdown from causing jobs to be retried. Jobs in progress during a Sidekiq shutdown/restart are requeued for immediate execution. They should not also be queued for retry. This is an attempt at a cleaner fix than that proposed with mperham#1354, also discussed on mperham#897. Because it depends on Exception#cause, this fix will only be effective on Ruby 2.1.0; however, the code will run on earlier Rubies. 27 June 2014, 07:35:50 UTC
a53c884 Reverse dead sorting, fixes #1802 26 June 2014, 00:02:01 UTC
76e4e20 Fixed shadowed variable warning 25 June 2014, 23:59:18 UTC
b3622df Merge pull request #1801 from mperham/legend-fix Update legend sizing 25 June 2014, 00:29:41 UTC
3944fad Update legend sizing. #1800. 25 June 2014, 00:05:12 UTC
68a196f Fix Rails namespacing 24 June 2014, 20:59:41 UTC
4074a0a Update eager loading method, #1791 24 June 2014, 15:37:33 UTC
0a5276d Merge pull request #1795 from lyfeyaj/add-zh-cn-locale add zh-cn locale support 23 June 2014, 16:13:35 UTC
335148b change HTTP_ACCEPT_LANGUAGE back to first 2 chars 23 June 2014, 16:08:28 UTC
051ba8f add zh-cn locale support 23 June 2014, 06:56:15 UTC
2462f97 Make connection logging debug-level, fixes #1794 22 June 2014, 04:01:59 UTC
ff4ce40 more changes 20 June 2014, 17:20:51 UTC
8ea10ca Update how we eager load Rails applications, #1791 20 June 2014, 17:18:04 UTC
e6e95c6 Include millis in the timestamp, #1789 20 June 2014, 15:27:47 UTC
bba6bdd Merge pull request #1790 from ryanbrainard/redact-password-option Redact standalone password option in log_info 20 June 2014, 15:21:59 UTC
c920a9b Redact standalone password option in log_info The Redis password can be configured as either part of the :url (in the userinfo) or in the standalone :password option. This updates #log_info to redact the password from the latter. 20 June 2014, 08:12:53 UTC
324fdf0 174 16 June 2014, 20:49:32 UTC
2825ac5 Move from BANNER to CLI.banner 13 June 2014, 03:28:28 UTC
572cf81 add bundler gem tasks 13 June 2014, 03:10:48 UTC
2df52bb fix specs 12 June 2014, 03:51:24 UTC
938cf35 Revert "Forcibly break cell content for columns that get too wide." This reverts commit a323e2fb3ce01f1f2f8bdf7612bf4a2a667d2b0c. 12 June 2014, 03:35:59 UTC
7968583 Handle multiple jobs with same score, fixes #1771 12 June 2014, 03:31:39 UTC
819c4ed Length workers TTL to avoid disappearing jobs, #1612 11 June 2014, 18:17:40 UTC
1a7d206 Merge branch 'master' of github.com:mperham/sidekiq 10 June 2014, 03:45:32 UTC
b5a1c8f fix typo 10 June 2014, 03:44:40 UTC
3cef625 Merge pull request #1768 from charliesome/fix-redis-env-race Fix TestFetcher redis connection 08 June 2014, 03:59:18 UTC
20cf90d Randomize initial scheduler timing 08 June 2014, 03:57:33 UTC
f920fbc use ENV.to_hash instead of ENV.to_h to support antique rubies 08 June 2014, 03:53:47 UTC
0fa82c2 use the right redis url when reconnecting in TestFetcher 08 June 2014, 03:45:20 UTC
2efd7b6 store REDIS_URL in a constant 08 June 2014, 03:44:35 UTC
925b80e restore env vars to original values after these tests 08 June 2014, 03:43:22 UTC
eac1780 Add logic to self-tune the poll_interval based on available heartbeat info. Fixes #1630 07 June 2014, 22:12:31 UTC
3452efa pipeline the shutdown 06 June 2014, 15:37:23 UTC
c293d20 Clear worker state upon shutdown, fixes #1764 05 June 2014, 23:29:17 UTC
92c8553 Polish #1761 05 June 2014, 03:52:22 UTC
0aa2386 Merge pull request #1761 from quikly/display_class_argument_error Rescue from ArgumentError when deserializing YAML 05 June 2014, 03:40:56 UTC
fa5df43 Rescue from ArgumentError when deserializing YAML YAML.load expects the job's class to exist already. In development, classes are loaded dynamically but YAML.load does not trigger autoloading, so hitting /retries will blow up. In this event we rescue the ArgumentError, log it, and fall back to the wrapper job class name. 04 June 2014, 22:54:00 UTC
ffbf120 Remove hard-coded table column width rules, hopefully help with #1747 03 June 2014, 16:00:19 UTC
c43a949 Merge pull request #1754 from jaredbeck/patch-1 Documentation: Mention support for REDIS_URL 02 June 2014, 15:30:07 UTC
cc4d4d5 Mention support for REDIS_URL .. instead of REDIS_PROVIDER 02 June 2014, 15:20:04 UTC
3845fa4 Merge pull request #1753 from seuros/patch-1 Update .travis.yml 02 June 2014, 12:50:01 UTC
12704bc Update .travis.yml Rbx was removed from travis. 02 June 2014, 10:23:00 UTC
c2858fb bump version, pro changes 01 June 2014, 20:21:05 UTC
1624388 Fix tests 31 May 2014, 21:20:46 UTC
5a81d23 changes 31 May 2014, 21:13:11 UTC
aecfa92 Allow process-specific labels for feature tagging, fixes #1673 31 May 2014, 21:11:28 UTC
574e9c8 Bump pro version 31 May 2014, 18:59:38 UTC
8360fdb Pro changes, fixes #1744 31 May 2014, 04:19:38 UTC
24f5ba7 Prefer DYNO name over system hostname on Heroku, fixes #1742 30 May 2014, 04:26:11 UTC
0d2904a add note to require api, fixes #1732 30 May 2014, 04:11:57 UTC
015876b Pipeline the bulk_requeue operation 28 May 2014, 20:33:33 UTC
605d7d0 Remove trim mode reference, fixes #1736 27 May 2014, 13:42:04 UTC
5553e58 Fix pro banner display, don't go messing with app boot in the future, dummy 26 May 2014, 20:34:24 UTC
9f721e3 update changes 26 May 2014, 19:53:34 UTC
0511509 Sort queues by name 26 May 2014, 19:50:00 UTC
63eafb1 Merge pull request #1735 from tdantas/web-busy-erb-trim Remove erb trim instruction on busy.erb page 26 May 2014, 13:24:17 UTC
441a80e remove erb trim instruction 26 May 2014, 10:57:57 UTC
cfac996 Merge pull request #1734 from loewenconsulting/master Update web.rb 25 May 2014, 01:45:35 UTC
8819662 Update web.rb 25 May 2014, 01:42:23 UTC
29fdd89 oops 23 May 2014, 23:33:19 UTC
4d2a91d Credit for brandon 23 May 2014, 23:33:06 UTC
f534272 Fix Pro banner display by booting gems 23 May 2014, 22:53:07 UTC
943321a Require all gems before the Rails app is booted. This allows Sidekiq Pro to override things before user code in the initializer is called. 23 May 2014, 22:46:00 UTC
44c4654 latest changes 22 May 2014, 04:05:17 UTC
9b04644 Merge pull request #1730 from madebydna/configure_polling_interval Live poll button sync'd with dashboard's poll interval setting 22 May 2014, 04:01:56 UTC
c5cd211 live poll button synced with dashboard's poll interval setting 22 May 2014, 03:57:13 UTC
95c4c4e Merge pull request #1729 from mperham/tight-labels-are-right Fix labels to not move on mouseover 22 May 2014, 00:29:51 UTC
e357d36 Make smaller so thousands active don't throw it off 21 May 2014, 23:54:39 UTC
f66f173 Fix labels to not move on mouseover 21 May 2014, 23:52:41 UTC
c0d05b3 Merge pull request #1728 from mperham/graph-labels-locale Use locale labels for dashboard graphs 21 May 2014, 23:20:05 UTC
78695a7 Merge branch 'master' into graph-labels-locale Conflicts: web/assets/javascripts/dashboard.js 21 May 2014, 23:17:42 UTC
a784478 Use locale labels for dashboard graphs 21 May 2014, 23:12:55 UTC
390eddd Fix extra set of vars the duplicated realtime graph 21 May 2014, 23:01:06 UTC
1e68719 Merge pull request #1725 from mperham/update-rickshaw Update Rickshaw. #1656. 21 May 2014, 21:03:21 UTC
70272bf Update label tabs casing 21 May 2014, 21:02:11 UTC
123d7bb Update history graph with new hover legend 21 May 2014, 20:37:49 UTC
767285d Allow for 5 digits in graphs 21 May 2014, 20:26:47 UTC
44306bb Merge pull request #1727 from madebydna/configure_polling_interval Fixing polling interval reset on window resize 21 May 2014, 20:18:26 UTC
88dc069 fixing polling interval reset on window resize 21 May 2014, 19:52:24 UTC
497ae7d Add swatch to legend 21 May 2014, 19:34:01 UTC
f0f996c Update labels on hover for realtime dashboard graph 21 May 2014, 19:29:31 UTC
1c46ce1 Merge branch 'master' into update-rickshaw 21 May 2014, 19:00:01 UTC
54b4eb8 Merge pull request #1726 from madebydna/configure_polling_interval Fixing initial polling behavior 21 May 2014, 17:18:11 UTC
fc2d5a4 fixing initial polling behavior 21 May 2014, 17:02:20 UTC
e5a13af Update Rickshaw. #1656. 21 May 2014, 14:05:11 UTC
c0058a6 update changes 21 May 2014, 03:44:38 UTC
7395f71 rename method 21 May 2014, 03:42:25 UTC
aec5397 Merge pull request #1674 from devaroop/master Option to remove the generic aliases which MAY clash 21 May 2014, 03:21:11 UTC
back to top