You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my configuration,
new Params(PRIORITY).requireNetwork().persist().delayInMs(10000));
After network is available, i want a delay of 10 seconds before the job is executed. Will this code work ?
can i add a job to queue by specifying the delay after which it has to scheduled ??
The text was updated successfully, but these errors were encountered: