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

Add ls, rm, create operations for Transfer-Scheduler to allow users to manage jobs that are going to run in the future #28

Open
jgoldverg opened this issue Sep 14, 2023 · 0 comments
Assignees

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Sep 14, 2023

Given that the frontend is adding support to running jobs in the future we need to implemented this on the Transfer-Scheduler.

Users should be able to list(ls) jobs in the future, rm(delete jobs that are scheduled before they run), and create jobs that will run in the future, as well as detail(view the job definition).

This should be done via 4 API controllers and whatever the spring framework offers for scheduling jobs in the future.

@jgoldverg jgoldverg self-assigned this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant