Scenarios
These are the simplest of scenarios for AllQ
Put something on the queue
Create Job
{
"job_id": "string"
}{
"tube": "<TUBE NAME>", # REQUIRED
"body": "<BODY_TEXT>", # REQUIRED
"ttl": 1200,
"delay": 0,
"priority": 5,
"parent_id": "string"
}Get job off the queue
Path Parameters
Name
Type
Description
Mark a job as done
Path Parameters
Name
Type
Description
Last updated
Was this helpful?