Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors during job initialisation aren't logged as messages against the job #384

Open
GuySartorelli opened this issue Aug 22, 2022 · 0 comments

Comments

@GuySartorelli
Copy link
Collaborator

If a job fails to initialise, the error doesn't get added as a message against the job, which means you can't see from within the CMS admin UI what caused the failure.

As discussed in #374 (review), adding messages to the job currently requires a QueuedJob instance (which is what failed to initialise), despite the fact that the messages themselves are stored against a QueuedJobDescriptor record (which we do have at the time of the failure).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant