24 April 2026
Deployments
When configuring a Deployment, you can now specify a cron expression for
job applications to override the default schedule defined in the connect.yaml file. This gives you control over the execution schedule of job applications at the deployment level, without requiring changes to the Connector itself.If the
schedule field is not set, the job application runs on the default schedule defined in the connect.yaml file.Changes:
- [API] Added the
schedulefield to DeploymentConfigurationApplication.