Bogdanp / Bogdanp/dramatiq_dashboard

if max_retries=0, TRACEBACK not displayed

Open
#12 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.