https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
e3c5551 misc, prepare for release 17 April 2020, 14:44:51 UTC
d7b696d changes 16 April 2020, 19:33:17 UTC
9c0d27c Add Vietnamese locale for web (#4528) 11 April 2020, 14:43:23 UTC
0b9828c fix french clôturer to clore (#4525) 09 April 2020, 12:59:15 UTC
3872678 tweaks Mention `systemctl kill` and ease up on the watchdog a bit. 08 April 2020, 16:48:43 UTC
3f9c4bf Deep clone options, fixes #4499 Ensures any password mangling doesn't affect the runtime options 01 April 2020, 15:11:44 UTC
432f95f reminder 01 April 2020, 14:56:02 UTC
f962aae Point to the HTTPS version of the Sidekiq site (#4518) 31 March 2020, 14:03:03 UTC
7e33236 bump 26 March 2020, 20:14:13 UTC
0b44ca1 Refactor #4502 a bit 26 March 2020, 20:13:57 UTC
2504d0b Rework systemd integration so it does not activate when run in other binaries, like sidekiqswarm or a custom Sidekiq launcher, #4511 26 March 2020, 20:07:45 UTC
b48d539 Add suggestion to remove WatchdogSec=5 line for Sidekiq < 6.0.6 (#4508) 25 March 2020, 13:01:01 UTC
b2b8558 Do not connect to redis at exit if not needed (#4502) A fix for https://github.com/mperham/sidekiq/issues/4498 introduced a call-back that is executed at ruby VM exit and tries to connect to redis. This call-back is also executed in CI runs and in all other cases where sidekiq is loaded but not used with real redis. As a work-around, keep the at_exit hook but communicate to redis only if there is something to send, i.e. the number of processed or failed jobs is greater than zero Co-authored-by: Mikhail Doronin <mikhail.doronin@capitainetrain.com> 23 March 2020, 22:11:23 UTC
290d4f3 Don't set the :url key unless available 23 March 2020, 17:41:54 UTC
05f874e Remove connection naming, fixes #4479 23 March 2020, 17:40:44 UTC
4ca3721 release 23 March 2020, 17:26:24 UTC
64be95f Use media attribute for prefers-color-scheme (#4500) 23 March 2020, 12:37:35 UTC
9231ddb disable jruby build 19 March 2020, 02:46:42 UTC
4540903 Flush job stats at exit, fixes #4498 19 March 2020, 02:45:53 UTC
6bd4eaf Bump standard, fix style issues 17 March 2020, 20:38:48 UTC
9186373 more docs 17 March 2020, 17:42:46 UTC
4b8a8bd changes 17 March 2020, 17:15:02 UTC
1207d2b Remove annoying bits of Rails that just make our life harder 17 March 2020, 17:14:50 UTC
1d9800b Fixes for systemd notify integration, #4488 17 March 2020, 17:12:25 UTC
40e82fa Check RAILS_ENV before RACK_ENV (#4494) 16 March 2020, 21:32:46 UTC
d4d8b20 systemd notification integration (#4489) systemd notification support, fixes #4488 16 March 2020, 14:20:22 UTC
417f23e Add lt locale to test cases (#4492) 15 March 2020, 20:32:39 UTC
2bfd411 Prefer Hash#transform_keys & Regex#named_captures (#4491) * Prefer Hash#transform_keys to stringify keys * Prefer Regexp#named_captures to create hash for match data 15 March 2020, 20:32:25 UTC
2ac87ba Remove usage of setInterval (#4481) * Migrate from setInterval to setTimeout, fixes #4480 * Add fail case 15 March 2020, 20:32:10 UTC
813cb70 Merge branch 'master' of github.com:mperham/sidekiq 14 March 2020, 22:51:53 UTC
f484ebc bump 14 March 2020, 22:51:28 UTC
6e6d415 Add Lithuanian locale (#4476) 05 March 2020, 16:35:25 UTC
03763dd Document APP_ENV changes in 6.0.5 (#4470) [ci skip] 27 February 2020, 16:51:06 UTC
18b36dc bump 26 February 2020, 19:38:17 UTC
1490bdc changes 26 February 2020, 19:37:32 UTC
3e075a0 Blow up on edge case where a job can be pushed to redis with an empty queue name If you accidentally do something like this due to a logic bug: Sidekiq::Client.push(..., :queue => nil) 26 February 2020, 18:51:25 UTC
ccc71d1 fix logger level query methods (#4463) 14 February 2020, 16:18:44 UTC
22e812d changes 14 February 2020, 00:44:01 UTC
df1d481 java deps 13 February 2020, 20:14:13 UTC
63dec00 oh bundler... 13 February 2020, 19:56:29 UTC
d5a7cdb Bump gem deps and bundler version to fix jruby build? 13 February 2020, 19:54:03 UTC
16ee297 misc 13 February 2020, 19:44:12 UTC
e5cfae2 remove CI breakage 13 February 2020, 19:44:06 UTC
f7a0b9c bump, release 13 February 2020, 19:31:51 UTC
f75f6e9 Lock to Rack 2 13 February 2020, 19:31:42 UTC
6cfbf05 merge 5.2.8 13 February 2020, 17:21:48 UTC
e44d5b8 Use `unlink`, not `del`, for performance (#4449) * Use `unlink`, not `del`, for performance * issue no. 05 February 2020, 22:05:17 UTC
d35c934 bump simplecov 31 January 2020, 18:19:20 UTC
9970082 Merge branch 'master' of github.com:mperham/sidekiq 30 January 2020, 16:52:57 UTC
675e40c Don't calculate Content-Length, let Rack do that for us; fixes #4440 30 January 2020, 16:52:31 UTC
3510de7 Type=notify alternative in sidekiq.service systemd example (#4430) 14 January 2020, 16:45:59 UTC
4f630ad fix env in web title 14 January 2020, 01:03:18 UTC
95fa5d9 Add support for APP_ENV, #984 14 January 2020, 01:00:34 UTC
1d11ae3 Some issues found with type checking, fixes #4429 13 January 2020, 23:46:55 UTC
5f21194 Lock to Rack 2.0.x for now to avoid deprecation complaints in rack 2.1 13 January 2020, 23:41:38 UTC
ad56f26 Revert "fix Rack::File deprecation (#4424)" This reverts commit 409991bcdbec6112c4c5d8db2b96001f5461bb84. 13 January 2020, 23:35:35 UTC
409991b fix Rack::File deprecation (#4424) 11 January 2020, 15:09:50 UTC
8c4a052 Add exec to ensure MAINPID is Sidekiq, fixes #4401 08 January 2020, 16:59:24 UTC
25ceba9 better rails_app check, fixes #4416 08 January 2020, 16:46:49 UTC
cc1a37d Silence Ruby 2.7 warnings (#4412) Since you can pass kwargs to Logger.new, you need to explicitly handle them in the subclass otherwise you get a warning. 31 December 2019, 18:43:01 UTC
c02cf76 Add Japanese locale texts for pause / unpause (#4407) 31 December 2019, 18:19:56 UTC
b3af4ac cleanup 18 December 2019, 19:05:06 UTC
5dd6a3a Fix and verify ActiveJob sidekiq_options integration, fixes #4404 18 December 2019, 18:59:37 UTC
4deadba didn't make it into 6.0.1 30 November 2019, 18:18:10 UTC
83c9524 payload should exposed as a Hash, fixes #4387 22 November 2019, 17:53:44 UTC
2ecb6fa Print Rails info at startup (#4383) 18 November 2019, 01:50:01 UTC
d02f1f1 update standard gem 14 November 2019, 22:03:45 UTC
539231a latest 14 November 2019, 22:03:35 UTC
2657803 fix style 14 November 2019, 22:03:28 UTC
0ddc6c9 Introduce the ability to pause queue from the UI (#4374) * Introduce the ability to pause queue from the UI Considering sidekiq web UI allow to perform complex tasks with ease. Having the ability to pause a queue during an emergency (or operational intense) scenarios would come in quite handy. This PR introduces a new button to under the "Actions" column on `sidekiq/queues` pages, right next to the `Delete` button. Depending on the state of the queue, it will according show the `Pause` or `Unpause` text, with appropriate form element that `POST`s to the same endpoint. The endpoint logic is updated to handle the new cases. Added some relevant unit tests. Adding mock `Sidekiq::Queue#pause!` and `Sidekiq::Queue#unpause!` functions to the API, which I believe will be overridden by sidekiq pro. * Remove confirmation text and switch ordering of new copy in en.yml * Only allow pause/unpause operations from sidekiq pro This means the button from UI is hidden and api route has validation in place such that it will only perform the respective pause/unpause operation on proper payload, in sidekiq pro. Its using `Sidekiq::Pro` constant as a check to detect whether or not pro is present. * Initialize Queue only once in api router action 14 November 2019, 18:06:53 UTC
a8981b5 Fix issue link in ent changelog (#4372) 12 November 2019, 22:27:56 UTC
bb8871e Follow generator configuration to determine the resulting test file (#4371) Verifying that `RSpec` is defined assumes that the library is loaded on the same environment that the generator is running. It is often common to not have the rspec gem required on development, which is the default environment to run the generator from. Following the configured generator removes the assumption and works as expected without breaking expectations. 11 November 2019, 18:37:39 UTC
4eb85f9 Use SafeNavigation for possible missing value (#4365) 06 November 2019, 16:49:34 UTC
c045946 send job to morgue before calling death handlers (#4363) 06 November 2019, 11:42:28 UTC
06cc7fe Fix sentinel password redaction presence check (#4358) 03 November 2019, 18:49:34 UTC
28df157 Redact sentinel passwords in redis options (#4357) Fixes #4354. 03 November 2019, 14:27:36 UTC
48cd79b bump, release 25 October 2019, 17:10:01 UTC
bd29278 bad fix, #4345 22 October 2019, 01:20:33 UTC
dea48a3 Merge branch 'master' of github.com:mperham/sidekiq 21 October 2019, 22:11:39 UTC
c06170f Gracefully handle bad data from #4321, fixes #4345 21 October 2019, 22:11:30 UTC
6a4fe1a Fix SortedEntry#reschedule when called with non float as time (#4342) 17 October 2019, 13:09:00 UTC
9275dca Make the redis server version error clearer (#4340) 16 October 2019, 20:49:08 UTC
4803d87 Use idiomatic ruby Array methods (#4338) 16 October 2019, 15:42:32 UTC
0b370e0 Fix accidental inclusion of nil 'at' attribute, fixes #4321 Also, change atomic_push to check for the 'at' key rather than the value of 'at' so this error is caught early and doesn't lead to malformed job payloads in Redis (and tests will fail). 15 October 2019, 16:20:27 UTC
14a4f0f changes 12 October 2019, 18:33:46 UTC
cfd4675 changes 12 October 2019, 18:17:04 UTC
9498477 cleanup 12 October 2019, 18:13:53 UTC
815d21f Latest and greatest 12 October 2019, 18:10:15 UTC
07c0e1f bump 12 October 2019, 18:05:25 UTC
a8145e1 Freshen up 12 October 2019, 18:02:55 UTC
bfeb9d0 restore USR2 handling, fixes #4334 11 October 2019, 20:30:30 UTC
09fc8a8 Remove sidekiqctl, remove runit, if you use it, you know how to config it. 11 October 2019, 15:52:28 UTC
abd63bd Remove dead code (#4330) 09 October 2019, 23:46:10 UTC
d6b0096 Avoid costly json parsing in JobSet#delete_by_jid for wrong values (#4326) 09 October 2019, 13:45:23 UTC
d9d4728 Fix returned Enumerator for SortedSet#scan (#4328) 09 October 2019, 13:44:02 UTC
59df405 Release redis connection in ProcessSet#each when not needed (#4327) 09 October 2019, 13:43:18 UTC
fc6bad6 Replace #inject/#reduce with #sum (#4325) 08 October 2019, 21:50:26 UTC
ce7d166 Dump error backtraces as json before compressing (#4323) 08 October 2019, 20:45:17 UTC
9e99645 Fix flaky test (#4319) 08 October 2019, 11:31:02 UTC
60361b0 Refactor Processor to avoid costly json cloning (#4316) 08 October 2019, 04:48:39 UTC
back to top