gojek / proctor

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

Procs are rerun on failure #25

Closed olttwa closed 6 years ago

olttwa commented 6 years ago

As an admin, I want to configure the number of retries for procs on failures.

So that, Users contributing to procs can have control if they haven't handled immutability, state, etc. A proc will be run once under all circumstances. On failure, it can be configured to not rerun.

Currently, it's retried 6 times on failure by default.