If I fetch the deferred workers from my instance like so:
curl -s https://friendica.sokoll.com/stats?key=<API key> | jq '.worker.deferred'I get:
{
"1": 0,
"2": 0,
"3": 0,
"4": 1,
"5": 3,
"6": 0,
"7": 2,
"8": 2,
"9": 2,
"10": 9,
"11": 4,
"12": 6,
"13": 2,
"14": 4,
"15": 9,
"total": 44
}total is total clear to me
- but what are the numbers 1 to 15?







