Skip to content

Commit 3809b99

Browse files
rewrittenrosa
authored andcommitted
Add missing verb to README
1 parent e5eb9fc commit 3809b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ end
616616

617617
Using this option, you can also use Solid Queue in the same database as your app but not rely on transactional integrity.
618618

619-
If you don't set this option but still want to make sure you're not inadvertently on transactional integrity, you can make sure that:
619+
If you don't set this option but still want to make sure you're not inadvertently relying on transactional integrity, you can make sure that:
620620
- Your jobs relying on specific data are always enqueued on [`after_commit` callbacks](https://guides.rubyonrails.org/active_record_callbacks.html#after-commit-and-after-rollback) or otherwise from a place where you're certain that whatever data the job will use has been committed to the database before the job is enqueued.
621621
- Or, you configure a different database for Solid Queue, even if it's the same as your app, ensuring that a different connection on the thread handling requests or running jobs for your app will be used to enqueue jobs. For example:
622622

0 commit comments

Comments
 (0)