Skip to content
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

Schedule Cloning proposal #350

Open
taxone opened this issue Oct 1, 2021 · 0 comments
Open

Schedule Cloning proposal #350

taxone opened this issue Oct 1, 2021 · 0 comments
Labels
type/enhancement Is an enhancement request

Comments

@taxone
Copy link
Contributor

taxone commented Oct 1, 2021

Hi,
I've just started thinking about how to implement this new Schedule Cloning feature in Spring Cloud Data Flow.
My idea is to modify the current implementation of org.springframework.cloud.deployer.spi.scheduler.Scheduler, adding a new method named "cloneSchedule" which accepts the parameters below:

  • name of he schedule to be cloned
  • name of the new schedule
  • cron expression of the new schedule

The result of the method invocation will be to create a new schedule with the same properties and configurations of the existing one, but with a different cron expression.
What do you think?

Thanks in adavance.

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Oct 1, 2021
@cppwfs cppwfs added type/feature and removed status/need-triage Team needs to triage and take a first look labels Jan 5, 2024
@cppwfs cppwfs added type/enhancement Is an enhancement request and removed type/feature labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Is an enhancement request
Projects
None yet
Development

No branches or pull requests

2 participants