thin-client

Understanding Job Lifecycle

Queued, compiling, complete, failed — what each job status means.

Published May 30, 2026

queued

The job has been accepted and is waiting for a compile worker.

compiling

A worker is actively compiling your code to native machine code.

complete

Compilation succeeded. The artifact is ready for download.

failed

Compilation failed. Check the failure_stage, failure_code, and compiler_stderr for details.

timeout

The compilation exceeded the maximum allowed time. Try simplifying the function or reducing opt_level.

Polling

pyvorin job status JOB_ID