gojek / proctor

A Developer-Friendly Automation Orchestrator
Apache License 2.0
123 stars 42 forks source link

Schedule Procs #4

Closed olttwa closed 5 years ago

olttwa commented 6 years ago

As a user, I want to schedule procs to run at a defined time and date.

So that I don't have to manually execute the proc at that time. proctor gets executes the proc.

Out of scope: Only schedule a proc to run once. For executing procs in a recurring schedule, implement later.