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
Currently, the job keeps a reference to db-record, which may be auto-cleaned at some point.
In case that happens (eg. long retry flow), we may lose ability to a) execute the job (backing db-record already removed), b) reschedule the job.
Storing original args within redis would allow us to at least reschedule such jobs, as currently they are lost.
The text was updated successfully, but these errors were encountered:
Currently, the job keeps a reference to db-record, which may be auto-cleaned at some point.
In case that happens (eg. long retry flow), we may lose ability to a) execute the job (backing db-record already removed), b) reschedule the job.
Storing original args within redis would allow us to at least reschedule such jobs, as currently they are lost.
The text was updated successfully, but these errors were encountered: