Skip to content

Is there a way to handle exceptions? #484

@YuriiMotov

Description

@YuriiMotov

I want to control for which exceptions to log traceback and for which not.

For example, I want to only print nice one-line log for my custom exception (e.g. MyJobFailed(reason="DB connection error")) but keep printing tracebacks for all other exceptions (unhandled exceptions).

I know I can use try..except and re-raise all exceptions except MyJobFailed, but this way my job would be logged as "succeed", but I want it to be logged as "failed"

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