https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
e9f2129 Thread safety for block-based testing modes, fixes #6069 09 October 2023, 17:36:18 UTC
d9e0136 Unlock dev dep versions 09 October 2023, 15:15:32 UTC
a9c7dd8 pro change 05 October 2023, 19:18:56 UTC
699f4b5 rdoc fixes 04 October 2023, 16:22:23 UTC
b7236f8 Add test for classy handlers 03 October 2023, 18:03:06 UTC
39dea26 changes 03 October 2023, 17:54:30 UTC
2abed51 Convert filter test to spec style, bump 03 October 2023, 17:53:27 UTC
e1463ff Fix breakage with non-Proc error handlers, fixes #6065 03 October 2023, 17:50:28 UTC
af38141 Add note about 704 03 October 2023, 15:05:27 UTC
b9e552c note about lock compatibility breakage 02 October 2023, 23:52:23 UTC
06898ac changes 02 October 2023, 15:43:24 UTC
f597a0a prep 02 October 2023, 15:36:33 UTC
4862d90 Optimize bundler startup, thanks Bumbler! 29 September 2023, 22:59:23 UTC
174eab9 Crash if the user tries to specify RESP2, fixes #6061 29 September 2023, 22:01:24 UTC
916a564 Change rails logger broadcasting configuration (#6060) 29 September 2023, 20:01:14 UTC
d7795ce fix flaky filtering test 29 September 2023, 17:03:54 UTC
70323b1 Update author and project social media links. (#6059) 29 September 2023, 15:42:53 UTC
8874e68 Open source Web UI filtering (#6052) * Move filtering into OSS so we can use it with Metrics too * extract english strings * changes * wording * minor bump * Modify inline testing's client override so as to not conflict with batch's client override, fixes #6057 * Previous commit fixes #6054 * tweaks 27 September 2023, 19:51:12 UTC
1757a96 Previous commit fixes #6054 27 September 2023, 15:48:25 UTC
a1a220f Modify inline testing's client override so as to not conflict with batch's client override, fixes #6057 27 September 2023, 15:45:17 UTC
aadc77a minor bump 25 September 2023, 21:38:30 UTC
2870516 Remove config from logged context, fixes #6047 (#6051) Instead, pass the current config as a new, third argument. 25 September 2023, 16:19:32 UTC
aa4e21e Rewrite error message, closes #6041 18 September 2023, 17:00:02 UTC
0a6fa57 Track batch index so we can pull correct at value from array, fixes #6040 18 September 2023, 16:37:06 UTC
1ba89bb changes 12 September 2023, 17:13:48 UTC
9f51b08 default retry_for to nil, not 0 (#6035) 12 September 2023, 17:07:13 UTC
cb2c974 Implement retry_for, fixes #6029 (#6030) implement retry_for, fixes #6029 11 September 2023, 17:28:56 UTC
bd1ca2b Update pt-br i18n language file (#6028) * Update pt-br i18n language file * Update pt-br i18n language file 08 September 2023, 15:47:15 UTC
658cb0b Bump actions/checkout from 3 to 4 (#6023) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 07 September 2023, 20:22:06 UTC
af9d1b1 Bump supercharge/redis-github-action from 1.6.0 to 1.7.0 (#6024) Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/supercharge/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/redis-github-action/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: supercharge/redis-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Perham <mperham@gmail.com> 07 September 2023, 20:21:44 UTC
a9c9643 prep 07 September 2023, 20:21:20 UTC
dd4e7b4 formatting update 07 September 2023, 20:17:04 UTC
8953167 prep 07 September 2023, 20:15:35 UTC
86db59a Have `Thread.handle_interrupt` wrap the entire `ensure` block for job acknowledgement (#6017) 05 September 2023, 17:55:20 UTC
4e15e1a changes 05 September 2023, 17:50:40 UTC
62c90d7 Validate page refresh interval to ensure a minimum amount of delay 05 September 2023, 17:33:39 UTC
20e7ca2 Redis.com added support for 7.2 (#6014) 29 August 2023, 21:42:36 UTC
962797d Add support for sidekiq_retry_in and sidekiq_retries_exhausted_block for ActiveJob (#5994) * add support for sidekiq_retry_in and sidekiq_retries_exhausted_block * add test and fix retry exhausted * use class name for test 28 August 2023, 19:44:20 UTC
fcc9406 Now that we support Redis 6.2+, we can use the RO version for pure reads 24 August 2023, 16:41:44 UTC
0bdedec Bump supercharge/redis-github-action from 1.5.0 to 1.6.0 (#5989) Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/supercharge/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/redis-github-action/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: supercharge/redis-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 23 August 2023, 16:37:20 UTC
35e0fc1 fixed end of element closure (#6005) 18 August 2023, 16:13:23 UTC
a4ef0b0 Restore compatibility with Rack 2 (#5999) 10 August 2023, 04:59:20 UTC
b4eb86f Docs Refactoring -> small changes (#5995) * adding table of contents * docs/capsule.md table of contents * docs/internals.md table of contents * changed table of contents to quick jump --------- Co-authored-by: JohnCarter <cascadedevelopment@proton.me> 06 August 2023, 18:08:13 UTC
352df47 Fix Minitest constant name in tests (#5987) 30 July 2023, 19:37:01 UTC
b3225ce Run CI with Redis 6 and 7 (#5979) * Run CI with Redis 6 and 7 * fix typo 21 July 2023, 16:13:59 UTC
a00ac55 Made all cache-control headers lowercase to avoid "Rack::Lint::LintError: uppercase character in header name: Cache-Control". (#5951) 27 June 2023, 04:55:11 UTC
538888b Make error handlers processing Exception prone (#5944) 09 June 2023, 18:11:50 UTC
d67b62e changes 09 June 2023, 15:01:41 UTC
ad0dfad Improve how Sidekiq::Config gets JSON dumped (#5943) 09 June 2023, 14:54:20 UTC
a9cbf6c Note credential requirement, #5941 08 June 2023, 13:14:45 UTC
5e1a77a release 07 June 2023, 14:23:52 UTC
5681a5d Dont risk session exposure via public asset caching, #5936 05 June 2023, 19:13:35 UTC
726b58a Tell downstream caches not to propagate the Cookie header, #5936 01 June 2023, 16:58:47 UTC
931f159 bump 01 June 2023, 16:37:01 UTC
1eb4264 Remove unnessary enqueued_at value 01 June 2023, 16:31:41 UTC
a052fdb thanks @yesh4gvm 28 May 2023, 17:59:46 UTC
94f9003 environment sync, fixes #5932 25 May 2023, 14:40:05 UTC
e813661 bump 24 May 2023, 17:41:14 UTC
824269d fix 24 May 2023, 17:35:11 UTC
0175cdb oops 15 May 2023, 16:44:40 UTC
0626983 Fix 5918 15 May 2023, 16:43:44 UTC
b6a3ae8 bump 08 May 2023, 20:55:37 UTC
a701b71 Support multiple current attributes in middleware (#5904) 08 May 2023, 20:52:19 UTC
f0bcccc Use LINDEX for consistent performance when calc queue latency (#5910) - LRANGE's complexity is O(S+N) where S is the distance of start offset from HEAD in Redis versions 4.x to 6.x and nearest HEAD or TAIL only in versions >= 7.0. - LINDEX list -1 returns the same as LRANGE list -1 -1 and has consistent performance across all Redis versions. 08 May 2023, 17:19:10 UTC
ff72555 change 05 May 2023, 18:51:05 UTC
560caed oops 03 May 2023, 16:53:01 UTC
a83e4f2 whoops 02 May 2023, 15:31:01 UTC
95be4ac embiggen the client pool, #5886 02 May 2023, 15:25:55 UTC
1d8c25e changes 01 May 2023, 15:09:24 UTC
16a115e Fix flaky test (#5900) 28 April 2023, 11:08:24 UTC
ffcdf7a Document sidekiqload a little better 27 April 2023, 18:56:13 UTC
6970262 ensure CI uses Redis 6.2 and not 7+ 25 April 2023, 16:46:13 UTC
ff26410 remove postinstall message, bump redis-client 25 April 2023, 16:01:13 UTC
9833daa merge main 25 April 2023, 15:54:17 UTC
2e910db fix french translation (#5892) * Add french translation * Fix french translation 24 April 2023, 10:57:23 UTC
3a6c435 Add french translation (#5891) 24 April 2023, 10:30:36 UTC
5b3e895 Change job params to match changed params in wiki (#5890) 22 April 2023, 19:18:17 UTC
16d331b Fix order in Histogram totals chart (#5887) This regression was introduced in https://github.com/sidekiq/sidekiq/pull/5868 while trying to revert the order in the tooltip for bubbles chart. Co-authored-by: Tiago Teixeira <tiago.teixeira@bioclinica.com> 20 April 2023, 21:11:43 UTC
564366c Remove dot at the end of URL (#5885) 20 April 2023, 11:29:29 UTC
b3a9350 Enable trimming trailing newlines in ERB with -%> (#5884) This is mostly as a developer convenience - ERB in Rails is configured this way by default, and I was _assuming_ it was the default, generally speaking. But it's not. And so I spent many confused minutes thinking I was holding Sidekiq wrong. 😆 19 April 2023, 21:28:18 UTC
3a45db5 prep for release 18 April 2023, 17:29:17 UTC
13473bc Optimize deprecated command lookup with Set 18 April 2023, 17:09:10 UTC
41d5c70 merge main 18 April 2023, 17:07:38 UTC
a93cddc bump, prep 18 April 2023, 17:00:15 UTC
ec84676 Switch buttons to input attributes, so they get the JS listener that provides (#5881) the confirmation dialog. 18 April 2023, 00:53:55 UTC
ae6ca11 BasicFetch: wait for an extra `conn.read_timeout` (#5874) Followup: https://github.com/sidekiq/sidekiq/pull/5823 Some users may have slow network, we shouldn't assume how long we should wait before considering the server timed out. Co-authored-by: Jean Boussier <jean.boussier@gmail.com> 13 April 2023, 12:34:11 UTC
155d5a8 prefix all Sidekiq thread names 11 April 2023, 15:19:10 UTC
1019bc5 Add test to verify client middleware redis_pool when sharding 10 April 2023, 19:52:52 UTC
142f5cc Merge branch 'main' into 7-1 10 April 2023, 15:35:47 UTC
815a0a1 fix random test breakage 10 April 2023, 15:35:19 UTC
934ccd2 Histogram tooltip sort order should match the bubbles on the chart (#5868) * Histogram tooltip sort order should match the bubbles on the chart Fixes #5865 07 April 2023, 15:07:15 UTC
3b472c9 merge main 07 April 2023, 10:42:05 UTC
b1be873 fix test 07 April 2023, 10:39:26 UTC
1006b05 Add gd translation 07 April 2023, 10:13:59 UTC
626f776 Remove Ruby 2.1 version check Test suite runs from Ruby >=2.5 so this check should not be needed 06 April 2023, 12:24:38 UTC
458fdf7 Trim :period parameter to two characters and escape the value 05 April 2023, 17:12:47 UTC
cf686d4 Create SECURITY.md 04 April 2023, 16:05:17 UTC
4329e2d change 04 April 2023, 15:21:19 UTC
6192ed2 chagnes 29 March 2023, 19:02:41 UTC
ed98a4d Pass job hash into sidekiq_retry_in 29 March 2023, 18:52:57 UTC
back to top