Bogdanp / Bogdanp/dramatiq_dashboard
if max_retries=0, TRACEBACK not displayed
Open
bug
- Dominant language
- Python
- Stars
- 162
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
If defined max_retries=0, section TRACEBACK not displayed
~~~
@dramatiq.actor(max_retries=0)
def worker():
raise ValueError('A very specific bad thing happened')
~~~
Contributor guide
Assessment
This issue has not been assessed yet.