Async workers not running
When using the
However the job is never getting processed, despite there being available workers.
Some observations:
How can I solve this issue?
/run endpoint I will receive the usual response:However the job is never getting processed, despite there being available workers.
Some observations:
- A worker will spin up and go into "running" status, but the rp_handler.py is never executed
- When I check the status of the job via
/status/<jobId>the job will immediately start running - I can reproduce the exact same behavior using the local test version, so this is not limited to cloud usage
- Running the exact same worker with
/runsyncwill work without problems
How can I solve this issue?