Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.23k stars 105 forks source link

Exception Log #230

Open SepehrBazyar opened 5 months ago

SepehrBazyar commented 5 months ago

Is your feature request related to a problem? Please describe. I want to access the class name separately from it's tracebrack when an exception occurs in logging.

Describe the solution you'd like Pass Exception instance into task_run variable to access from log_failure method; for example Line 636 of core/task.py Module.

Describe alternatives you've considered None

Additional context None