develoco
develoco•2w ago

Flows stuck in "Deploying in progress" state after a fresh "wmill pull" and "wmill push"

Just finished migrating my on-prem server to AWS ECS and wanted to migrate all of the flows/scripts/vars/schedules... I did "wmill sync pull --base-url OLD_URL --workspace OLD_WSPACE --token TOKEN" and then "wmill sync push --base-url NEW_URL --workspace NEW_WSPACE --token TOKEN". Everything worked, I can see all of the entites in the new instance, but only flows have this label "Deployment in progress..." when I open them, so I can't run them at all. Anyone had this issue or might have information about why is this happening? P.S. Steps show up normally an I can successfully run them, the only issue is with flows.
2 Replies
rubenf
rubenf•2w ago
Do you have a worker with tag dependency? You can check the dependency jobs in the runs page with their tags
develoco
develocoOP•2w ago
It was that, thank you! I wasn't aware that syncing the flow requires a job to execute, but it makes sense. 🙂 Thanks again @rubenf !

Did you find this page helpful?