Skip to main content
Sections
Agent-readyHuman guide

Troubleshooting

Diagnose failed deploys and stuck jobs with the request_id as your key.

View as Markdown
On this page

A deploy failed

  1. Read error.code from the error envelope.
  2. Look the code up in the error codes catalog.
  3. Copy the request_id and include it in any support request.
  4. Retry only if the code is marked retryable.

A job looks stuck

$yalla jobs watch --env production

Note: Logs and metrics may be unavailable while an adapter is still wiring up. The CLI shows an honest "unavailable" state rather than fabricated data.

Related pages