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
On the status page indicating that the task is pending, we already indicate whether the task has started or not.
When it hasn't, we should indicate the position in the queue as there is no possibility for a user to know if the task will be picked up in a reasonable amount of time or not.
As we don't use a queue but zimfarm fetches tasks as it pleases, we can only provide an approximation.
Knowing that we have a single worker processing two tasks as once, we can sort the requests by creation time and infer some fake rank in a fake queue.
This should be good enough for now.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
On the status page indicating that the task is pending, we already indicate whether the task has started or not.
When it hasn't, we should indicate the position in the queue as there is no possibility for a user to know if the task will be picked up in a reasonable amount of time or not.
As we don't use a queue but zimfarm fetches tasks as it pleases, we can only provide an approximation.
Knowing that we have a single worker processing two tasks as once, we can sort the requests by creation time and infer some fake rank in a fake queue.
This should be good enough for now.
The text was updated successfully, but these errors were encountered: