chrisbenincasa / teletracker

Apache License 2.0
0 stars 0 forks source link

Allow async workers to send directly to DLQ based on process result #822

Open chrisbenincasa opened 3 years ago

chrisbenincasa commented 3 years ago

Some messages have irrecoverable errors and should be sent directly to the DLQ. We should allow this by extending the FinishedAction enum to signify a message is a hard failure and all retries should be abandoned.