https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
1499493 Update changes, bump version, release 17 June 2015, 18:40:03 UTC
1de9ec2 Merge pull request #2384 from davydovanton/new-proc-syntax Use new proc syntax instead all Proc.new 10 June 2015, 20:13:36 UTC
f37562f Use new proc syntax instead all Proc.new Link from ruby style guides: - https://github.com/bbatsov/ruby-style-guide#proc 10 June 2015, 20:10:16 UTC
22c5798 Note about #2307 10 June 2015, 19:10:34 UTC
6cc7a3b Merge branch 'master' of github.com:mperham/sidekiq 10 June 2015, 17:09:56 UTC
607e63c Dont log timestamp on Heroku, fixes #2343 10 June 2015, 17:09:48 UTC
669b793 Merge pull request #2382 from davydovanton/update-proc-syntax Use new proc syntax instead Proc.new 09 June 2015, 20:46:21 UTC
f545b53 Use new proc syntax instead Proc.new 09 June 2015, 20:37:29 UTC
1f7d52e Merge pull request #2381 from mperham/extensible_proctitle Refactor proctitle creation 09 June 2015, 20:28:26 UTC
7441f6e Handle whitespace 09 June 2015, 20:18:56 UTC
1c70663 fix test 09 June 2015, 20:11:09 UTC
82bb5e2 Refactor proctitle so it can be extended 09 June 2015, 20:09:53 UTC
54caccd Use bundle exec, not binstub 04 June 2015, 13:54:16 UTC
c97b9ea set version correctly 03 June 2015, 17:45:14 UTC
879d7f3 Polish for #2376 03 June 2015, 17:44:26 UTC
4889ce3 Merge pull request #2376 from mrsimo/rename-enqueued-at-created-at Use created_at for the time schedule jobs are scheduled 03 June 2015, 17:38:19 UTC
224cfe5 Use created_at for the time schedule jobs are scheduled When a job is scheduled, it should have a created_at time, and get a enqueued_at when it's actually enqueued back into a queue. 03 June 2015, 17:28:41 UTC
acf61a6 Merge pull request #2375 from mrsimo/byebug-mri-2-2 Make pry-byebug available on ruby 2.2.2 too 03 June 2015, 11:15:09 UTC
7d127bf Make pry-debug available to all mri versions Should be fine, since we don't support 1.9 03 June 2015, 11:11:38 UTC
57d1166 Execute event handlers in reverse for shutdown, fixes #2374 03 June 2015, 03:33:01 UTC
2fc1d81 rename method 20 May 2015, 17:31:16 UTC
a6270c6 Merge pull request #2360 from victor-huang/fix_stats_reporting_with_redis_sentinel exponential sleep and increase retries for retry_and_suppress_exceptions 20 May 2015, 17:30:02 UTC
3adf949 increase method retry_and_suppress_exceptions default retries to 5 20 May 2015, 02:08:54 UTC
580cf0d created a method for sleep with retry count for monkey patching 19 May 2015, 22:05:09 UTC
c47bcf8 change Sidekiq::Processor.retry_and_suppress_exceptions to use exponential sleep and change default retry to 5 18 May 2015, 22:24:19 UTC
a3c5321 Don't forget poor little freeze\! 15 May 2015, 19:11:01 UTC
5e13790 Further tweaks for locale determination, fixes #2353 15 May 2015, 19:02:57 UTC
edd389d Simplify 15 May 2015, 16:42:43 UTC
a48e7be Merge pull request #2352 from TeachstoneLLC/ms/better_configuration_file_parameter_validation Validate parameters in config file 15 May 2015, 16:36:22 UTC
eb38086 Merge pull request #2349 from davydovanton/overflow-tables Create table containers with overflow is overlay 15 May 2015, 16:35:43 UTC
d8e6de8 un-necessarily verbose - trim message 15 May 2015, 12:19:09 UTC
c1dc04e use ArgumentError, take "file" out of error 15 May 2015, 12:16:24 UTC
0dcf20c clearer message for > 0 error 15 May 2015, 10:44:23 UTC
b9a65ca fail fast 15 May 2015, 10:40:06 UTC
36175e6 Per Mike - verbose ignored in config file 15 May 2015, 03:06:59 UTC
c7e81a6 Clean up logic, remove :index, refactor per PR comments 14 May 2015, 23:57:27 UTC
1fc9159 Validate parameters in config file * Ensure verbose is either true or false * Ensure integer parameters are valid integers 14 May 2015, 17:33:26 UTC
17ee70f Create table containers with overflow is overlay 13 May 2015, 23:48:17 UTC
562a858 Merge branch 'master' of github.com:mperham/sidekiq 13 May 2015, 17:58:43 UTC
5860730 Pro 2.0.3 changes 13 May 2015, 17:58:34 UTC
b900e20 Merge pull request #2346 from mikz/patch-1 Set Worker's bid when using Sidekiq::Testing 13 May 2015, 12:35:45 UTC
8cd70cf Set Worker's bid when using Sidekiq::Testing Closes #2336 13 May 2015, 07:52:44 UTC
19ef472 Merge pull request #2332 from davydovanton/fix-timeago-web Call timeago() for new <time> tags during live pull 05 May 2015, 15:57:45 UTC
748539a Call timeago() for new <time> tags during live pull 05 May 2015, 15:53:14 UTC
70cc692 Polish for #2322 04 May 2015, 17:52:40 UTC
30715f7 Merge pull request #2322 from kickstarter/poll_interval_average make the average global poller delay configurable 04 May 2015, 17:48:33 UTC
a382cb9 final name: average_scheduled_poll_interval 04 May 2015, 17:38:10 UTC
2178d66 Queue name xss, fixes #2330 04 May 2015, 15:38:51 UTC
a695ff3 Pro XSS 29 April 2015, 21:12:32 UTC
be10761 Merge pull request #2328 from newdark/master Footer style fix #2205 28 April 2015, 19:25:28 UTC
542b995 Footer style fix #2205 Changed overflow from scroll to hidden Revert Last commit Corrected consistent spacing 28 April 2015, 19:23:59 UTC
b5ab9c9 deprecate Sidekiq.poll_interval= 25 April 2015, 15:06:58 UTC
2deaa44 simplify tests -- redis gets flushed entirely 25 April 2015, 14:53:04 UTC
4255aaf make the average global poller delay configurable 25 April 2015, 02:31:58 UTC
1825f28 Merge pull request #2323 from kickstarter/smaller_random_poll_interval_range calculate each poll interval in a tighter range with the same average 24 April 2015, 23:32:09 UTC
add012a calculate each poll interval in a tighter range with the same average this makes the randomness more reliable by reducing the worst case outliers: polling too much or too little. 24 April 2015, 16:00:58 UTC
1ee9fe0 Merge pull request #2316 from dipnlik/patch-1 Removes extra </div> tag 23 April 2015, 14:58:15 UTC
8ec7823 Removes extra </div> tag 23 April 2015, 14:50:46 UTC
3056a5a Merge pull request #2309 from nolman/master fix xss vulnerability in display class 21 April 2015, 21:39:02 UTC
54766f3 fix xss vulnerability in display class 21 April 2015, 21:20:40 UTC
8bf6fd4 Merge pull request #2308 from indirect/patch-2 Remove sexism 21 April 2015, 18:13:45 UTC
0ab1924 Fix tests to also not be sexist 21 April 2015, 17:08:30 UTC
3b20619 Remove sexism from the best method Per @mperham, this method is sexist and not "2015". Fixed! 21 April 2015, 17:06:41 UTC
ae25f6b Bump version, release 21 April 2015, 16:25:38 UTC
e89f5f7 Merge pull request #2297 from davydovanton/revert-each-key Revert using #each_key in Hash class 10 April 2015, 22:19:53 UTC
df57a68 Revert using #each_key 10 April 2015, 21:44:57 UTC
cad13da Remove instances of early return while holding a Redis connection 10 April 2015, 21:28:28 UTC
4e5ce7d Merge pull request #2296 from davydovanton/load-locale Load only required locale files 09 April 2015, 22:36:48 UTC
6f4821c Load only required locale files 09 April 2015, 22:24:54 UTC
3288aee Update web locale determination, fixes #2243 The code worked with "fr,en" but did not work with "fr-FR,fr,en" 09 April 2015, 18:14:05 UTC
0ec7e1d Update Changes.md 08 April 2015, 17:50:28 UTC
7c9b159 Merge pull request #2285 from eugenk/2284-handle_circular_error_causes Handle circular error causes 08 April 2015, 17:48:23 UTC
4fa9fa8 Add test: normal error without cause, fix typo. 08 April 2015, 17:34:49 UTC
60b7c95 Add test: infinite recursion/circular error causes 08 April 2015, 11:13:03 UTC
91919a0 Merge pull request #2291 from adisos/patch-1 fix typo 07 April 2015, 19:09:24 UTC
522c2a7 fix typo 07 April 2015, 18:34:14 UTC
df0a6cf Merge pull request #2288 from davydovanton/reduse-allocated Reduced by one third allocated memory for #perform_async method 05 April 2015, 18:45:47 UTC
cf7a9b6 Merge pull request #2277 from davydovanton/dropdown-button Fixed protruding links in header navbar 05 April 2015, 18:45:11 UTC
02bbe62 Reduce allocated for gem 05 April 2015, 16:03:17 UTC
893b251 Merge pull request #2287 from davydovanton/use-each-keys Use Hash#each_key instead of Hash#keys.each 05 April 2015, 15:54:41 UTC
4d38942 Use Hash#each_key instead of Hash#keys.each 05 April 2015, 11:50:20 UTC
eb21152 Handle circular error causes Shall fix #2284. While checking whether an application error or a sidekiq shutdown caused the exception, we keep track of the causes that were already checked. If a cause was already checked, we can stop because the whole transitive closure of its causes was checked as well. 04 April 2015, 07:27:13 UTC
70407f4 Fixed protruding links in header navbar [skip ci] 1. All protruding plugin links rolled to dropdown button 2. Trim navbar link weight for screen less than 979px 03 April 2015, 07:36:37 UTC
be7d77d Latest change, fixes #2267 02 April 2015, 21:19:22 UTC
fed41c0 changes 02 April 2015, 16:06:50 UTC
a5e5535 restore sidekiq manager event. 02 April 2015, 13:43:15 UTC
f3f282c Merge pull request #2282 from robinboening/master Add start on certain runlevel for example configs , closes #2281 02 April 2015, 13:38:42 UTC
9d1d94d Add start on certain runlevel for example configs 02 April 2015, 13:24:13 UTC
bc22848 Merge pull request #2280 from allcentury/ar-to_f-fix Removed unnecessary to_f invocations 01 April 2015, 15:08:42 UTC
b8b0d53 Removed unnecessary to_f invocations 01 April 2015, 14:49:05 UTC
6be447f Merge pull request #2279 from ferdinandrosario/tamil_locale Extended sidekiq with Tamil language locale 01 April 2015, 14:12:11 UTC
11f35eb Extened sidekiq with Tamil language locale 01 April 2015, 10:24:50 UTC
6e0417a update changes 31 March 2015, 16:42:44 UTC
cc890ac Merge pull request #2275 from tejasbubane/hindi-locale Add Hindi locale. 31 March 2015, 14:26:18 UTC
b70cea7 Add Hindi locale. 31 March 2015, 14:19:21 UTC
131f402 Merge pull request #2273 from davydovanton/fix-tablet-ui Fix displaying navbars for tablet devises 30 March 2015, 21:55:37 UTC
67ddaac Fix displaying navbars for tablet devises [skip ci] 30 March 2015, 21:51:37 UTC
ab8f11d Changes 30 March 2015, 15:36:56 UTC
71e5237 Merge pull request #2270 from davydovanton/overall-css Added helper which provide ability to add your html to <head> tag 30 March 2015, 15:35:48 UTC
fc144dd Added helper which provide ability to add your html to <head> tag 30 March 2015, 00:39:16 UTC
back to top