You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a before_perform hook returns false Job.process returns on line 47, however the job remains reserved and gets called again when the TTR is about to expire.
I believe task.delete should be called before returning.
The text was updated successfully, but these errors were encountered:
When a before_perform hook returns false Job.process returns on line 47, however the job remains reserved and gets called again when the TTR is about to expire.
I believe task.delete should be called before returning.
The text was updated successfully, but these errors were encountered: