curl --request POST \
--url http://localhost:3000/v1/availability/process-queue \
--header 'Content-Type: application/json' \
--data '{
"limit": 1000
}'{
"processed": 123,
"remaining": 123
}Manually processes the availability score update queue.
curl --request POST \
--url http://localhost:3000/v1/availability/process-queue \
--header 'Content-Type: application/json' \
--data '{
"limit": 1000
}'{
"processed": 123,
"remaining": 123
}