Skip to main content
POST
/
v1
/
internal
/
recover
Scan for + recover stuck jobs
curl --request POST \
  --url http://localhost:3000/v1/internal/recover \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stuck_after_seconds": 43230
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
stuck_after_seconds
integer
Required range: 60 <= x <= 86400

Response

200

Default Response