https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
a9876f0 Merge branch 'master' of github.com:mperham/sidekiq 04 May 2016, 19:43:39 UTC
a2bdb87 Fix memory leak, bump version 04 May 2016, 19:43:15 UTC
f23c09e Merge pull request #2956 from davydovanton/update-russian-locale Update russian locale 01 May 2016, 22:08:49 UTC
6f9d43f Update russian locale 01 May 2016, 21:23:07 UTC
9ce05b2 Merge pull request #2955 from humancopy/master Possibility to localise Back to App 01 May 2016, 16:14:05 UTC
c099e68 Possibility to localise Back to App 01 May 2016, 16:08:16 UTC
57d82ed more tuning work 27 April 2016, 18:29:11 UTC
c45c9ef use a header so I can link to this table 26 April 2016, 17:25:16 UTC
9966786 Remove note about ephemeral_hostname It was a hack and I don't want to document or support it long-term. Instead call out timed_fetch as the right solution for most people. 26 April 2016, 17:23:45 UTC
78fc103 Merge pull request #2742 from mperham/frozen Freeze all string literals in source, fixes #2741 21 April 2016, 20:27:49 UTC
72fe328 Merge branch 'master' into frozen 21 April 2016, 20:15:00 UTC
35a7962 Merge pull request #2941 from mrkjlchvz/master Very minimal changes on paragraphs and spaces. 21 April 2016, 20:13:49 UTC
859492e Space bump. 21 April 2016, 10:37:21 UTC
d7d0004 Minimal changes for explaining how retry jobs work. 21 April 2016, 10:21:36 UTC
d63af96 Merge pull request #2940 from AvonGenesis/master Add confirmation when quieting and stopping all workers 21 April 2016, 02:32:38 UTC
6ffffe2 Add confirmation when quieting and stopping all workers 21 April 2016, 02:23:41 UTC
e9fb6c2 Merge branch 'master' of github.com:mperham/sidekiq 15 April 2016, 19:14:35 UTC
d362c8e chchchchanges 15 April 2016, 19:14:24 UTC
a4d6e64 Merge pull request #2930 from aiionx/master Dump the context as JSON for proper logging 15 April 2016, 15:50:06 UTC
a1f98fb log context as a JSON string 15 April 2016, 04:59:13 UTC
637a460 Merge pull request #2927 from davydovanton/fix-jruby Fix JRuby build 13 April 2016, 23:35:47 UTC
9d10caa Fix JRuby build 13 April 2016, 21:51:18 UTC
7dded0c Merge pull request #2913 from brianebeyer/patch-1 Truncate text in display_args based on formerly unused variable 06 April 2016, 22:19:54 UTC
b2ad7ba Truncate text in display_args based on formerly unused variable 06 April 2016, 22:08:47 UTC
4489edd release note 05 April 2016, 20:27:10 UTC
cef8f2e 2.1.5 01 April 2016, 13:42:16 UTC
51727b6 #2889 01 April 2016, 04:26:21 UTC
a7e8fd1 Merge pull request #2906 from junghlee90/master allow sidekiq::client.via to point to same redis 29 March 2016, 19:33:16 UTC
774c4ae allow sidekiq::client.via to point to same redis this fixes the incorrect conditional statement if x = Thread.current[:sidekiq_via_pool] && x != pool which evaluates as if it was written as if x = (Thread.current[:sidekiq_via_pool] && x != pool) 29 March 2016, 19:14:07 UTC
ab00575 Merge branch 'master' of github.com:mperham/sidekiq 23 March 2016, 21:43:43 UTC
32ab9d7 Latest 23 March 2016, 20:24:07 UTC
ddfd8f6 Merge pull request #2891 from nrakochy/master Fixed SystemCallError for Windows path 19 March 2016, 20:55:53 UTC
01651bc Removed file system check and updated to generic File::NULL for Windows path error 19 March 2016, 20:21:53 UTC
451af05 Fixed SystemCallError for Windows path 19 March 2016, 15:29:47 UTC
92d149d 3.1.0 16 March 2016, 16:33:41 UTC
5906104 Client middleware should be able to stop bulk job push, fixes #2887 16 March 2016, 16:26:07 UTC
c7f2f5f Surface the value so we can perform Redis ops with the job 09 March 2016, 22:10:15 UTC
69c9d66 Verify JSON round trip symmetry of arguments, #2870 We can't do this today because ActiveJob in Rails 4 is not symmetric. https://github.com/rails/rails/pull/24123 09 March 2016, 17:39:10 UTC
7a98297 Section 3.2 is too broad Companies are welcome to use Sidekiq's commercial versions in developer-focused offerings, provided those products or services are not themselves competition to my commercial Sidekiq products. This clause is intended to prevent people from implementing a possible Sidekiq competitor using the commercial products themselves. If you want to build a Sidekiq competitor, you need to build it yourself. 08 March 2016, 17:05:19 UTC
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
back to top