happybara-io / WorkflowBuddy

The missing pieces of Slack Workflow Builder.
GNU Affero General Public License v3.0
28 stars 4 forks source link

Add basic error-handling logic & retrying to API calls and web hooks #5

Open I-Dont-Remember opened 1 year ago

I-Dont-Remember commented 1 year ago

Initial version was a P.o.C. - everything worked, but is not very robust if we hit one-off 500s from Slack, or rate-limits, or the myriad of random junk that happens when you run a web service for anything more than toy interactions.

We should gracefully handle our own errors, as well as attempt to handle errors coming back from downstream clients like Slack and Webhooks.