Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Support retry reliable stage execution. #93

Open
zootalures opened this issue Nov 3, 2017 · 1 comment
Open

Support retry reliable stage execution. #93

zootalures opened this issue Nov 3, 2017 · 1 comment

Comments

@zootalures
Copy link
Member

Stages/ functions can fail or timeout.

If I produce a stage that is idempotent I want for the platform to support retrying of that stage on my behalf.

Questions:

  • How much control to expose via API
  • How to express differing retry behaviours in code.

Relates to:

@jan-g
Copy link
Contributor

jan-g commented Nov 8, 2017

Just a note - during load testing I'm seeing this (occasionally) during the graph termination stages; if Fn is maxed out then the terminator (which I'd have no issue with declaring "should be idempotent" in particular) oughtta be retried ratehr than dropped on the floor - it's our last and best opportunity as a flow author to clean up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants