cloudwalk / stratus

An EVM compatible blockchain using rocksdb as storage. It was written for performance, suited for in house use.
https://doc.stratus.cloudwalk.io/
MIT License
116 stars 4 forks source link

[CI] Improve error management #502

Closed mayconamaroCW closed 7 months ago

mayconamaroCW commented 7 months ago

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.

mayconamaroCW commented 7 months ago

retry on error does not seem necessary, I'll reopen the issue if it is