Skip to content

Retry worker activity async creation on failures

Using rq retry mechanism, we should have the task retried a bunch of times (5) when an exception occurs, as it's atomic.

refs https://gitlab.com/arkindex/requests/-/issues/549