mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
wording
This commit is contained in:
parent
994a4fa216
commit
f58cd04cd3
1 changed files with 4 additions and 1 deletions
|
@ -5,13 +5,16 @@
|
||||||
HEAD
|
HEAD
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- Add beta support for transaction-aware client [#5291]
|
- Add **beta** support for DB transaction-aware client [#5291]
|
||||||
Add this line to your initializer and any jobs created during a transaction
|
Add this line to your initializer and any jobs created during a transaction
|
||||||
will only be pushed to Redis **after the transaction commits**. You will need to add the
|
will only be pushed to Redis **after the transaction commits**. You will need to add the
|
||||||
`after_commit_everywhere` gem to your Gemfile.
|
`after_commit_everywhere` gem to your Gemfile.
|
||||||
```ruby
|
```ruby
|
||||||
Sidekiq.transactional_push!
|
Sidekiq.transactional_push!
|
||||||
```
|
```
|
||||||
|
This feature is still beta quality; please try it out and let us know if you
|
||||||
|
have any issues. It will be fully supported in Sidekiq 7.0 or removed if it
|
||||||
|
proves problematic.
|
||||||
- Fix regression with middleware arguments [#5312]
|
- Fix regression with middleware arguments [#5312]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue