22 lines
326 B
JSON
22 lines
326 B
JSON
{
|
|
"users": 8,
|
|
"tasks": 5,
|
|
"chains": 3,
|
|
"submissions": {
|
|
"total": 8,
|
|
"accepted": 5,
|
|
"rejected": 3,
|
|
"pending": 0,
|
|
"inProgress": 0
|
|
},
|
|
"averageCheckTimeMs": 3275,
|
|
"queue": {
|
|
"queueLength": 0,
|
|
"waiting": 0,
|
|
"inProgress": 0,
|
|
"maxConcurrency": 5,
|
|
"currentlyProcessing": 0
|
|
}
|
|
}
|
|
|