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 user is only informed that a worker job failed, but the reason is not stated. We should discuss how we can improve this. We should not expose the complete stack trace from the worker.
Ideas:
if a special SpecialError (maybe ValidationError?) is raised from the worker, the message should be exposed
process worker error automatically (e.g., extract sth via wildcards?)