MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Refactor error handling in metric calculation #207

Closed clemens-mw closed 5 months ago

clemens-mw commented 5 months ago
ResistantBear commented 5 months ago

Blocked because of the unresolved question about the error handling with a list of promises which are not immediately awaited, see #39

ResistantBear commented 5 months ago

We finally clearified the possible pitfalls when working with lists of promises in Node.js with @BridgeAR. Our current proposal in #217 should be fine accordingly.