gojek / proctor

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

Notification on Proc completion #5

Closed olttwa closed 5 years ago

olttwa commented 6 years ago

As a user, I want to be notified when the proc I executed completes.

So that I don't have to pay attention to the progress of procs in execution, and can focus on something else.

Once a proc reaches completion, proctor should notify me about that, and let me know if the proc completed successfully or failed.

Out of scope: Multiple channels of notification. For now, proctor will only accept an api during executing a proc. It will notify on that api once the proc reaches completion. Implement multiple channels for notification later.

jensoncs commented 5 years ago

Added callback functionality. User Needs to pass callback_url to get job status.