When setting up dependencies that run with stratus, like Postgres, an error might hang the action. The action must abort in this case, or retry automatically.
retry
Sometimes a network error can happen in the action when setting up a dependency.
Implement some sort of retry.
fail fast
When setting up dependencies that run with stratus, like Postgres, an error might hang the action. The action must abort in this case, or retry automatically.
retry
Sometimes a network error can happen in the action when setting up a dependency. Implement some sort of retry.