You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: