https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
08e90e3 Prepare for release 04 March 2016, 17:30:56 UTC
665d17d Merge branch 'master' of github.com:mperham/sidekiq 04 March 2016, 17:25:39 UTC
b0f1647 Fix rare networking edge case that can cause scheduler thread to get into a bad state, fixes #2866 04 March 2016, 17:25:13 UTC
be31fa5 Merge pull request #2868 from dbachet/changes-in-french-locales Additions / changes in French locales 04 March 2016, 11:50:58 UTC
2884fd3 Additions / changes in French locales 04 March 2016, 11:47:53 UTC
d60e68c not that frequently 03 March 2016, 20:58:44 UTC
daee2f9 ent 1.2.1 02 March 2016, 20:59:23 UTC
5f07939 remove jruby 1.7 due to heisenfailures 01 March 2016, 17:06:23 UTC
dd420c5 Fix exception spewing in the case of downtime, fixes #2860 01 March 2016, 16:57:38 UTC
7c7bd3a 3.0.6 29 February 2016, 17:16:47 UTC
91642aa Merge pull request #2851 from lwe/lwe-2850-encapsulate-redis-info Added Sidekiq#redis_info to encapsulate info calls 25 February 2016, 23:33:08 UTC
b787ed2 return obvious fake info when INFO is disabled 25 February 2016, 23:18:46 UTC
23c1c6b added Sidekiq#redis_info to encapsulate info calls 25 February 2016, 22:31:30 UTC
b2a8d5b Remove unused function, #2850 25 February 2016, 21:58:36 UTC
f63a830 Merge pull request #2843 from notbakaneko/master require 'fcntl' in logging.rb 23 February 2016, 16:58:57 UTC
c23038b require 'fcntl' 23 February 2016, 09:36:25 UTC
965d08e Tighten up verbage 23 February 2016, 04:34:16 UTC
88f28eb Merge branch 'master' of github.com:mperham/sidekiq 23 February 2016, 04:29:03 UTC
d1c5f8c Use the .github directory 23 February 2016, 04:28:46 UTC
f43a824 Merge pull request #2841 from maksimf/better-wording Better wording in Ruby version mismatch error 20 February 2016, 18:23:03 UTC
edaa433 Better wording in Ruby version mismatch error 20 February 2016, 18:14:13 UTC
c7e2588 Merge pull request #2807 from mperham/default_retries_exhausted Implement a global retries exhausted handler 16 February 2016, 18:21:44 UTC
80bb648 pro notes 08 February 2016, 21:45:54 UTC
05eaf0e Merge branch '3_x' 08 February 2016, 21:43:45 UTC
d547c2a aj testing 08 February 2016, 21:43:29 UTC
1869d36 Merge pull request #2819 from prokopsimek/patch-1 Update cs.yml 06 February 2016, 22:36:00 UTC
8e74272 Update cs.yml updated dead key and added missing keys from en locale 06 February 2016, 22:24:23 UTC
5671dfd rejigger support, add newsletter link 05 February 2016, 21:30:34 UTC
874fa09 2786 04 February 2016, 22:18:21 UTC
6d40b4b switch syntax for jruby 04 February 2016, 18:40:46 UTC
ec1b38e Allow global retries exhausted handler, fixes #2807 04 February 2016, 18:28:26 UTC
8761a23 notes for #2806 01 February 2016, 18:29:31 UTC
c131c1f Merge pull request #2745 from ckersh/test_coverage_handle_signal Improve test coverage for handling signals 30 January 2016, 18:55:55 UTC
53c7824 Need a logfile to reopen logs 30 January 2016, 01:12:27 UTC
fe5ec6f Merge pull request #2802 from zedtux/patch-1 Update redis_connection.rb 29 January 2016, 19:19:54 UTC
03cb215 Update redis_connection.rb Improve error message when the `redis-namespace` gem is missing with a namespace parameter. 29 January 2016, 19:12:39 UTC
e3f1c6f pro changes 28 January 2016, 21:31:25 UTC
ac6c235 bump version 28 January 2016, 21:28:45 UTC
9a598a1 New ent feature 28 January 2016, 21:27:19 UTC
dc3c690 update changes 27 January 2016, 23:47:07 UTC
ad38803 Merge pull request #2787 from virtkick/feature/exception-object-in-retries-exhausted-block Pass exception object to sidekiq_retries_exhausted block 27 January 2016, 23:42:21 UTC
5d5f1a8 Oops, use display_class here 27 January 2016, 16:59:25 UTC
2eb4e5b Unit tests for sidekiq_retries_exhausted block 26 January 2016, 23:34:02 UTC
e664794 Log ALL of the middlewares! 26 January 2016, 17:40:19 UTC
15c18f6 Pass exception object to sidekiq_retries_exhausted block 23 January 2016, 04:42:53 UTC
9bd9f66 Add code of conduct 22 January 2016, 18:08:58 UTC
7a69129 fix build 21 January 2016, 17:29:37 UTC
93fd520 pro changes 21 January 2016, 17:22:29 UTC
b2dcfdd release notes 21 January 2016, 17:12:37 UTC
fb5c311 more support details 20 January 2016, 22:00:49 UTC
7119b49 Clarifying support channels 20 January 2016, 21:50:54 UTC
865d127 Improve shutdown speed a bit, fixes #2774 19 January 2016, 17:14:27 UTC
de405cc Cleanup 19 January 2016, 03:07:02 UTC
7c090d0 Add assertions for USR1, USR2, and TTIN signals 19 January 2016, 03:00:06 UTC
3f6940b ch-ch-ch-changes 18 January 2016, 20:50:52 UTC
0f8c914 Improve API rdoc 18 January 2016, 20:40:01 UTC
877b528 Improved API rdoc 18 January 2016, 15:59:09 UTC
d6538b0 Implement ActiveJob-style `set`, fixes #2780 The `set` method allows the user to dynamically override worker options without having to drop down to the Sidekiq::Client API, e.g. MyWorker.set(queue: 'foo').perform_async(1) 18 January 2016, 15:58:58 UTC
d191ac4 Merge pull request #2770 from srecnig/master Sidekiq::Worker.drain_all loops endlessly when queue name is symbolized 15 January 2016, 02:01:39 UTC
eb8e251 Merge pull request #2772 from ddrmanxbxfr/MinorApiOptimization Apply range_start optimization in SortedSet class 14 January 2016, 22:47:33 UTC
1e351b9 Apply range_start optimization in SortedSet class 14 January 2016, 16:32:55 UTC
57ca17f Merge pull request #2771 from ddrmanxbxfr/MinorApiOptimization Avoid recomputing range_size everytime in API 14 January 2016, 15:49:16 UTC
606cc7e Avoid recomputing range_size everytime in API 14 January 2016, 15:40:24 UTC
ede0cdb Fixed drain_all for workers with symbolized queue names in tests The queue-based testing hash (@jobs_by_queue) stores the queue name as a string. Therefore, when a worker is given a symbol as queue name, deleting the job from the @jobs_by_queue silently fails, leaving the job in @jobs_by_queue (even though deleting succeded from the @jobs_by_worker). Sidekiq::Worker.drain_all gets the jobs through @jobs_by_queue, but since the josb are not removed after execution, calling drain_all will result in an endless loop. 14 January 2016, 14:25:03 UTC
4d6133f merge 3.x 13 January 2016, 21:09:39 UTC
1a27202 release 3.5.4 13 January 2016, 21:08:07 UTC
0c21ece Merge branch 'master' of github.com:mperham/sidekiq 12 January 2016, 18:00:48 UTC
dabe2f2 ent 1.1.0 12 January 2016, 18:00:41 UTC
559f848 Merge pull request #2761 from davydovanton/times-map Improve schedule test speed 09 January 2016, 03:31:05 UTC
1df36bc Improve schedule test speed 09 January 2016, 01:27:49 UTC
a8bfe59 Merge branch 'master' of github.com:mperham/sidekiq 08 January 2016, 20:32:45 UTC
61dd819 pro 3.0.1 08 January 2016, 20:32:36 UTC
6fd31f8 Merge pull request #2758 from ryohashimoto/150106_better_japanese Improved Japanese translations 08 January 2016, 02:12:49 UTC
f0781e4 Improve Japanese translations 08 January 2016, 01:39:27 UTC
81ecefd update changes 07 January 2016, 23:09:10 UTC
6cebeef Merge pull request #2757 from jcarlson/quiet-ui Add "quiet" label to UI when process is quieted" 07 January 2016, 23:06:41 UTC
097eef9 Update stopping value every heartbeat 07 January 2016, 22:19:37 UTC
c2b260d fix tabs/spaces for real 07 January 2016, 21:40:34 UTC
d267428 fix tabs/spaces 07 January 2016, 21:39:57 UTC
0c6466e Add "quiet" label to UI when process is quieted" 07 January 2016, 21:33:37 UTC
ee8d958 Merge pull request #2754 from yui-knk/update_test_ruby_version Test against the newset version of ruby 2.1 (2.1.8) 07 January 2016, 06:39:41 UTC
5af4876 Test against the newset version of ruby 2.1 (2.1.8) 07 January 2016, 06:08:01 UTC
49affba bump 06 January 2016, 18:36:36 UTC
0f285f0 time for 4.0.2 06 January 2016, 18:35:27 UTC
f8baa8a Clean up global state changes in custom web test, fixes #2752 06 January 2016, 18:29:41 UTC
bf9ba44 Hack to speed up the test suite just a bit 06 January 2016, 18:00:18 UTC
bf70844 Merge pull request #2751 from ryohashimoto/160106_japanese Add Japanese translations 06 January 2016, 14:08:33 UTC
31edb66 Add Japanese translations 06 January 2016, 08:06:32 UTC
f53b000 Merge pull request #2747 from mizoR/fix-ja-translation-for-no-retries-found Fix Japanese translation for `NoRetriesFound` 04 January 2016, 16:07:56 UTC
6db8b43 Fix Japanese translation for `NoRetriesFound` 04 January 2016, 06:42:02 UTC
c71c519 Improve test coverage for handling signals 01 January 2016, 16:58:42 UTC
b85e109 remove json, fixes #2743 31 December 2015, 23:43:16 UTC
f6aa249 Merge pull request #2734 from mperham/test-ruby-2.3 Test against ruby 2.3 25 December 2015, 20:59:35 UTC
6576db2 test against ruby 2.3 25 December 2015, 12:53:21 UTC
7f88278 Merge pull request #2729 from SamMolokanov/fix/rack-namespace add absolute namespace for Rack::Protection 21 December 2015, 15:45:44 UTC
8bbcde6 add absolute namespace for Rack::Protection 21 December 2015, 10:24:00 UTC
abe227d typo 18 December 2015, 21:52:26 UTC
7515878 Reduce object allocations, don't use unnecessary block form in hot path 15 December 2015, 05:49:51 UTC
cc4e675 Merge pull request #2717 from davydovanton/reduse-allocation Reduce object allocations in to 1/3 times 15 December 2015, 05:48:36 UTC
fa1bd2c Reduce object allocations for BasicFetch::UnitOfWork#queue_name 15 December 2015, 01:21:06 UTC
back to top