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
It should be done after #5044; otherwise, there will be a ton of conflicts.
It should also probably be done using the work of this PR: #5048
We should add the duration between now (at the time of the polling) and the enqueuedAt time of the oldestenqueued or processing task.
That gives us a measure of the global indexing latency of the engine.
To retrieve the oldest enqueued task, we can do a filtered query to the task queue with a limit of 1 and the reverse parameter introduced in the PR above.
The text was updated successfully, but these errors were encountered:
It should be done after #5044; otherwise, there will be a ton of conflicts.
It should also probably be done using the work of this PR: #5048
We should add the duration between
now
(at the time of the polling) and theenqueuedAt
time of the oldestenqueued
orprocessing
task.That gives us a measure of the global indexing latency of the engine.
To retrieve the oldest
enqueued
task, we can do a filtered query to the task queue with a limit of 1 and thereverse
parameter introduced in the PR above.The text was updated successfully, but these errors were encountered: