GET /api/_health/celery-queue/
Health check endpoint to check if the the celery and/or export celery queue has exceeded the maximum healthy size. Responds with 200
if there there are less than 10 in all queues provided. Otherwise responds with a 503
.
Servers
- /
Query parameters
Name | Type | Required | Description |
---|---|---|---|
queue |
String | No |
The name of the queues to check. Can be provided multiple times. Accepts either |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.