Job lifecycle
- Deploy a job worker with the GPU, CPU, memory, secrets, and maximum scale needed by the application.
- Queue a job using the deployed job name, a job ID, and a payload string.
- Read the queued payload inside the container with the Tensorfuse SDK. If the payload contains JSON, parse it before using its fields.
- Poll the job status using the same job name and job ID.

