robur-coop / builder

Scheduling build jobs on regular intervals, collecting artifacts
ISC License
13 stars 1 forks source link

Add reschedule command #8

Closed reynir closed 3 years ago

reynir commented 3 years ago

The reschedule command takes a name and a datetime. The job is then rescheduled to run next at that datetime. The command internally allows for changing the period as well, but this is not exposed in the client command (yet).

The semantics of rescheduling to a time which is now or in the past is the same as running execute.

TODO:

hannesm commented 3 years ago

looks mostly good to me :)

hannesm commented 3 years ago

thanks