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
Right now, if you queue a task, and then right after the task is finished you queue another task, it will wait exactly 1 second before doing the second task (if only these 2 tasks are queued).
Either this could be set as configurable, or there could be a channel or an atomic bool or some notifying mechanism (eg. isNewTaskAvailable) so that the wait of 1s isn't needed, but instead there is a notification mechanism.
The text was updated successfully, but these errors were encountered:
Ughuuu
changed the title
1 second before executing new tasks
1 second delay before executing new tasks
Feb 27, 2025
Right now, if you queue a task, and then right after the task is finished you queue another task, it will wait exactly 1 second before doing the second task (if only these 2 tasks are queued).
Either this could be set as configurable, or there could be a channel or an atomic bool or some notifying mechanism (eg. isNewTaskAvailable) so that the wait of 1s isn't needed, but instead there is a notification mechanism.
The text was updated successfully, but these errors were encountered: