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
At the moment jobs that error out due to full disk, permission, service down, etc. or jobs that are cancelled explicitly by a user both set to 'error' state.
Arq does not have a "cancelled" state according to https://github.com/samuelcolvin/arq/blob/main/arq/jobs.py#L25-L39
At the moment jobs that error out due to full disk, permission, service down, etc. or jobs that are cancelled explicitly by a user both set to 'error' state.
It could be useful to distinguish the two.
Originally posted by @sverhoeven in #20 (comment)
The text was updated successfully, but these errors were encountered: