Skip to content

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

@GuySartorelli

Description

@GuySartorelli

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions