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.
Using rq retry mechanism, we should have the task retried a bunch of times (5) when an exception occurs, as it's atomic.