get
https://example.com
POST /v2/migration/jobs/{id}/actions/re-enqueue — Resubmit a stuck job
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Re-submits a job to the BullMQ worker queue. Use this when a job was created successfully but the initial enqueue failed because Redis was temporarily unavailable. The job remains in PENDING_VALIDATION or PENDING_IMPORT in that scenario.
Pre-conditions
Job status must be PENDING_VALIDATION or PENDING_IMPORT.
Required role
affiliate_super_admin
Response 200
200{
"success": true,
"result": {
"reQueued": true,
"jobId": "mjob::abc123",
"status": "PENDING_VALIDATION"
}
}Errors
| Status | Description |
|---|---|
400 | Job is not in a re-enqueuable status |
404 | Job not found |
503 | Redis is still unavailable — try again later |
