22 lines
332 B
JSON
22 lines
332 B
JSON
{
|
|
"users": 8,
|
|
"tasks": 20,
|
|
"chains": 2,
|
|
"submissions": {
|
|
"total": 95,
|
|
"accepted": 38,
|
|
"rejected": 42,
|
|
"pending": 8,
|
|
"inProgress": 7
|
|
},
|
|
"averageCheckTimeMs": 2143,
|
|
"queue": {
|
|
"queueLength": 15,
|
|
"waiting": 8,
|
|
"inProgress": 7,
|
|
"maxConcurrency": 10,
|
|
"currentlyProcessing": 7
|
|
}
|
|
}
|
|
|