sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
73 stars 43 forks source link

Service Task Retry Logic #1977

Open calexh-sar opened 3 months ago

calexh-sar commented 3 months ago

From Slack post: We've been talking a lot about how best to do retries on service tasks. We could certainly build out retry logic using existing tools, but also have a strong sense that doing that over and over will quickly become cumbersome, unreadable, and difficult to maintain.

We're very interested to hear what your thoughts are on how to approach this. A couple possibilities for a new feature:

burnettk commented 3 months ago

dylan is going to check to see if the existing get request v2 retry count parameter is sufficient for their use cases.