Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset timer on firebase Job dispatcher

This is a simple question. Creating a Firebase Job Dispatcher job with an interval means the job will commence in about that much time. Is there a way, other than destroying and recreating the job, to simply reset the timer?

like image 494
Psest328 Avatar asked Dec 07 '17 14:12

Psest328


1 Answers

I don't think so there is any other way to schedule new job without destroyed current one.

That's perfect way to stop current and destroyed it and after schedule again when you want to schedule based on your time.

Hope this helps you.

like image 90
Jyubin Patel Avatar answered Oct 02 '22 00:10

Jyubin Patel