We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 885154b + 3efe0e4 commit c0b0be8Copy full SHA for c0b0be8
README.md
@@ -92,7 +92,7 @@ class ChargeCreditCard < Que::Job
92
93
# It's best to destroy the job in the same transaction as any other
94
# changes you make. Que will mark the job as destroyed for you after the
95
- # run method if you don't do it yourself, but if your job writes to the DB
+ # run method if you don't do it yourself; however if your job writes to the DB
96
# but doesn't destroy the job in the same transaction, it's possible that
97
# the job could be repeated in the event of a crash.
98
destroy
0 commit comments