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
Need to check with the Laravel docs, but the idea is that task creators can check whether the tasks are running, and when the task is no longer running, the creator can invoke its custom logic (implemented by themselves) to check whether the task was successful.
With this, we can also have a convenient "polling" function that waits until the task stops running (success or fail) or the specified time is exceeded.
The text was updated successfully, but these errors were encountered:
Need to check with the Laravel docs, but the idea is that task creators can check whether the tasks are running, and when the task is no longer running, the creator can invoke its custom logic (implemented by themselves) to check whether the task was successful.
With this, we can also have a convenient "polling" function that waits until the task stops running (success or fail) or the specified time is exceeded.
The text was updated successfully, but these errors were encountered: