Skip to content

worker: make some errors unretryable

Administrator requested to merge as/non-retryable-errors into main

Created by: asdine

Some errors should not be retryable (i.e. not found errors, etc.) It's better to fail early and expect the client to enqueue the task again.

Test plan

Unit tests

Merge request reports

Loading