rst630, Возможно использовать Redis::funnel + retryUntil?
С оф. доки:
Releasing a rate limited job back onto the queue will still increment the job's total number of attempts. You may wish to tune your tries and maxExceptions properties on your job class accordingly. Or, you may wish to use the retryUntil method to define the amount of time until the job should no longer be attempted.
Написано
Войдите на сайт
Чтобы задать вопрос и получить на него квалифицированный ответ.
С оф. доки:
Releasing a rate limited job back onto the queue will still increment the job's total number of attempts. You may wish to tune your tries and maxExceptions properties on your job class accordingly. Or, you may wish to use the retryUntil method to define the amount of time until the job should no longer be attempted.