I’m trying to deploy my first Synth model (innovative-m / synth-alpha). The submission was accepted, but the runner never creates a deployment entry.
Here’s what I’m seeing:
Model ID: 16705
Submission ID: 75893
Hardware: CPU
Desired status: Start
Deployments: 0
I left it running for more than two hours. I also switched the runner off, waited for the blockchain confirmation, turned it back on, and clicked Deploy again. The UI showed “Deployment initiated”, but there is still no deployment row, run, or metric. The tracker passes its local smoke test, so it does not look like the container is reaching the point where the code could fail.
The on-chain model account is active and in START:
Thanks, the deployment is now running and the model setup completes successfully.
I did a deeper check because almost five hours later, model #16705 still has no 1h prediction data. The Metrics API returns an empty dataset and no ranking, while the global Synth leaderboard is updating normally.
I also revalidated the exact submitted tracker across every current asset, horizon, and step. It produces valid, serializable predictions in 0.39 seconds, and the runner logs show no model error.
Could you please check whether #16705 was properly registered and synced with the Synth coordinator after the infrastructure restart, and whether it is actually receiving tick/predict calls? It may need a coordinator resync rather than another deployment.