The worker ping endpoint enqueues a test task to verify that the worker system is operational and processing jobs correctly. This is useful for testing and monitoring worker health.Documentation Index
Fetch the complete documentation index at: https://mnah05-boiler-go-21-79.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Optional custom message to include in the task payload. Defaults to “ping from API” if not provided.
Headers
Correlation ID for tracking the request through logs
Response
Returns HTTP 202 when the task is successfully queued, or an error status if queuing fails.Indicates whether the task was successfully enqueued
Unique identifier for the enqueued task
Type of the task - will be “worker:ping”
UTC timestamp when the task was queued
Additional information about the queued task
Response examples
Example requests
Task configuration
The ping task is configured with the following settings:- Queue: default
- Max retries: 3
- Timeout: 30 seconds
- Request body limit: 1 MB