Skip to main content

celery_unavailable

HTTP Status: 503 Category: Media

When you see this

The background delivery queue is temporarily unavailable so the upload pre-signer cannot hand off the post-upload task.

How to fix it

Retry after the Retry-After interval. If the error persists for more than 15 minutes, file a support ticket.

Example response

{
"error": {
"code": "celery_unavailable",
"message": "The background delivery queue is temporarily unavailable so the upload pre-signer cannot hand off the post-upload task.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/celery_unavailable",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}