Capijobrequestuserstats Server Response Failed 2 Extra Quality
Use curl, Postman, or a replay tool sending same exact request:
curl -X GET "https://yourdomain.com/capijobrequestuserstats?user_id=123&extra_quality=2" -H "Authorization: Bearer xxx"
Check HTTP status code, response body, headers. Use curl , Postman, or a replay tool
Depending on the root cause, apply one or more of the following fixes. Check HTTP status code, response body, headers
This is the core failure indicator. The server (job scheduler, worker node, or API gateway) did not return a valid HTTP 2xx or expected application-level success payload. Possible HTTP statuses implied here: 500 Internal Server Error, 503 Service Unavailable, 504 Gateway Timeout, or a custom error code. Check HTTP status code
While reproducing the error, monitor:
For connection pool exhaustion:
The userstats job typically queries one or more database tables. If the database connection pool is exhausted, the server cannot execute the query. Instead of a graceful 503 error, some poorly configured APIs return a malformed or empty response, triggering the “failed” condition.