Skip to content

Queue messages

Abubakar Abid edited this page Jun 2, 2023 · 3 revisions

These are the messages sent back and forth over websockets for a successful prediction when queueing is enabled:

image

This is an estimation message example:

{
"msg": "estimation",
"rank": 0,
"queue_size": 1,
"avg_event_process_time": 5.01,
"avg_event_concurrent_process_time": 5.01,
"rank_eta": 5,
"queue_eta": 10
}

You can see the Queue endpoints here