Hi,
I am using pub.scheduler:addOneTimeTask service to schedule a parent service from my code. This i am doing it to set retries to parent service.
The parent service gets triggered properly for the first time. But the next run is not happening properly. Next run takes a negative value. Any idea why the next run goes to a negative value after the parent service gets triggered??
Appreciate any help on this.
Thanks