Skip to content

Don't allow logging errors to kill jobs #618

@loganharbour

Description

@loganharbour

If we fail to acquire the job lock in

except LockError:
and the logger warning fails (due to some external logger issue), this will cause the job to be cancelled.

Catch something here so that the job doesn't get cancelled when the error is internal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions