FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Is there any chance to rerun tasks with error during a period of time? #120

Open syncubecommerce opened 5 years ago

syncubecommerce commented 5 years ago

Hi, I'm using firebase-queue. And sometime tasks ends with error 500. How can I rerun this task in 5 minutes for instance?

From the top of my head I can add a the task in the queue again in 5 minutes. Is it correct or there is another option?