We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f151be commit 4b5aca2Copy full SHA for 4b5aca2
transformerlab/shared/shared.py
@@ -313,7 +313,6 @@ async def async_run_python_daemon_and_update_status(
313
job = job_service.job_get(job_id)
314
experiment_id = job["experiment_id"]
315
316
- # mark RUNNING (do not mark COMPLETE here) — readiness means the daemon is up
317
await job_update_status(job_id=job_id, status="RUNNING", experiment_id=experiment_id)
318
319
# Schedule the read_process_output coroutine in the current event
0 commit comments