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
Format the duration, to milliseconds or something, as the number is really hard to process
like the "Last updated", I would prefer to see:
Enqueued: 2 hours ago
Started: 10 seconds later
Duration: 113ms ( or maybe 5.2s?)
Mostly I want to know:
Are there any tasks still pending
What is the lag between en-queuing and starting.
I usually have something in my code that waits for the task to finish, in part because their web callback url is not configurable at runtime, which is really what I want. (When you're done this task, send me a message...)
The text was updated successfully, but these errors were encountered:
As this is a bit hard to read, how about
Enqueued: 2 hours ago
Started: 10 seconds later
Duration: 113ms ( or maybe 5.2s?)
Mostly I want to know:
I usually have something in my code that waits for the task to finish, in part because their web callback url is not configurable at runtime, which is really what I want. (When you're done this task, send me a message...)
The text was updated successfully, but these errors were encountered: