Yii2-queue how to control the retry interval

Hi,

I am using yii2-queue, and the job can be retried, but I don’t know how to control the retry interval, such as retry every 3 minutes, or 1, 3, 5, 10, 20 minutes, retry 4 times.

“RabbitMQ has only its basic retryable support, where the number of attempts can not be set.”, this sentence refers to yii2-queue using rabbmitmq does not support setting the number of retries?

retry 5 times.