The only scheduled run that seems to run was the p...
# ask-metaflow
a
The only scheduled run that seems to run was the production version. Is this by design, or i've miss some steps. Any guidance will be helpful ?
1
Found the answer, turns out the concatenated workflow name exceed 52 characters . Digging into the argoworkflow logs
Copy code
level=error msg="cron workflow name \"deploymentinfoflow.user.samuel.than.deploymentinfoflow\" must not be more than 52 characters long (currently 54)" conditionType=SpecError namespace=cia-team-ai workflow=deploymentinfoflow.user.samuel.than.deploymentinfoflow
Seems like there is no good way to tell just by looking at the Argoworkflow UI itself, and there is an existing issue filed at https://github.com/argoproj/argo-workflows/issues/6781
s
Yes it’s been an issue that has bitten us in the past - a good reminder to find a fix within metaflow code base rather than relying on argo to ship a fix