-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching schedule causes Parameter Overrides to be lost #17380
Comments
I believe my scenario is also related. I use
as part of an automated deployment process. The first time a deployment is created, the parameter overrides are successfully propagate. If I then delete those schedules manually from the UI, and attempt to re-run my deployment script, the schedules are created again but they don't have the overrides. The only way to get the overrides BACK through my script, is to run the Hoping this bit of additional context is related and can be addressed soon. Doesn't impact too much for my process, but now I know if I am testing and need to update the schedules, the entire deployment has to be deleted first, before re-deploying, to ensure the proper parameter overrides are passed and set correctly. Prefect 3.2.11 |
A quick follow up to the tests mentioned in the Issue: activating and deactivating a schedule. I don't see my parameter overrides getting deleted, but the slug does get deleted, which still indicates that there's an issue with something here. Thanks! |
It's not that the parameters are overwritten, that the parameters are cleared. |
Correct @tomcatu. I'll amend my statement that I'm also witnessing the parameters and slug names clearing in various circumstances. It makes me think something with the Cloud UI "Update schedule" API is not configured right with the new Parameter Overrides or what not, but that's just my suspicion. |
hi @tomcatu and @joshcaskie - thanks for the info. can either / both of you share a minimal example deployment where this occurs for you? in cases where you hit this, are you using |
Bug summary
Switching schedule causes Parameter Overrides to be lost
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: