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
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
This job will wait for 5 seconds to execute. And to cancel it before 5 seconds I'm calling
job?.cancel()
Now, Is there a way to execute this job before 5 seconds have reached ?
I'm looking for something like job?.forceExecute.ignoreDelays or job?.forceExecute.ignoreDelay("FirstDelay") if there is a option for name like delay(5000,"FirstDelay")
That would be so helpful for me to avoid boiler plate code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Job like below
This job will wait for 5 seconds to execute. And to cancel it before 5 seconds I'm calling
Now, Is there a way to execute this job before 5 seconds have reached ?
I'm looking for something like
job?.forceExecute.ignoreDelays
orjob?.forceExecute.ignoreDelay("FirstDelay")
if there is a option for name likedelay(5000,"FirstDelay")
That would be so helpful for me to avoid boiler plate code.
The text was updated successfully, but these errors were encountered: