Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Scheduler: Periodcally schedul jobs #56

Open
WolfgangEibner opened this issue Oct 24, 2012 · 7 comments
Open

Scheduler: Periodcally schedul jobs #56

WolfgangEibner opened this issue Oct 24, 2012 · 7 comments

Comments

@WolfgangEibner
Copy link
Member

  • Reschedule periodical jobs after executing them
  • Should periodical jobs get scheduled until they are deleted or do we have same active/inactive flag?
  • Should we stop rescheduling a job if it has an error? If so, how can the user continue the job?
@ghost ghost assigned rsimon Oct 24, 2012
@WolfgangEibner
Copy link
Member Author

Rescheduling should be done in f8c704c.

@rsimon
Copy link
Contributor

rsimon commented Oct 24, 2012

Yes - rescheduling happens; are currently re-scheduled until deleted by the user.

@WolfgangEibner
Copy link
Member Author

We should discuss the two remaining points at the next meeting.

@WolfgangEibner
Copy link
Member Author

According to today's meeting:

  • Stop rescheduling a job if it gets deleted
  • Introduce an onHold flag to (de-)activate a job, including according changes in REST API (onHold status, feature to put job onHold or reactivate it)
  • Put a job onHold after it ended with an error
  • UI should also offer a possibility to deactivate/reactivate (pause/continue) a job

@rsimon
Copy link
Contributor

rsimon commented Nov 5, 2012

Committed fix: after a Job is deleted from the DB, it is no longer rescheduled

@WolfgangEibner
Copy link
Member Author

onHold Flag introduced in 7a42104.

Still needed:

  • changes in REST API (onHold status, feature to put job onHold or reactivate it)
  • Put a (rescheduling) job onHold after it ended with an error (do we want that)?
  • UI should also offer a possibility to deactivate/reactivate (pause/continue) a job

@ghost ghost self-assigned this Jul 12, 2013
keros pushed a commit that referenced this issue Aug 21, 2013
keros pushed a commit that referenced this issue Aug 21, 2013
…eduler will be created and the old one gets invalid
@keros
Copy link
Contributor

keros commented Aug 21, 2013

Added isOnHold status to the REST GET interface (/jobs/username -> getjobs)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants