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
When queueing tasks, if one is awaited (e.g. because a subsequent task depends on its result), then the next task will begin – ignoring the queue's interval.
I would expect these tasks to take no less than 5 seconds to complete, as they do when all or none of them use await. However, task 5 runs immediately after task 4.
The text was updated successfully, but these errors were encountered:
Version:
7.3.4
When queueing tasks, if one is awaited (e.g. because a subsequent task depends on its result), then the next task will begin – ignoring the queue's
interval
.Reproduction
Logs:
I would expect these tasks to take no less than 5 seconds to complete, as they do when all or none of them use
await
. However, task 5 runs immediately after task 4.The text was updated successfully, but these errors were encountered: