sora-xor / sora-card

Designing a Better World Through Decentralized Technologies
4 stars 1 forks source link

Atomic Handling of Unavailable External Services #111

Open bgodlin opened 11 months ago

bgodlin commented 11 months ago

Problem

SORA Card relies on multiple external services to provide crucial functionality. When one or more of these services become unavailable, the application may experience degraded performance or, in some cases, fail to proceed. Currently, we do not have a mechanism in place to handle these scenarios.

Solution

We need to implement a robust solution for atomic handling of unavailable external services. The goal is to identify and isolate the specific services experiencing issues and ensure that the rest of the application continues to operate seamlessly.

Requirements and Sub-tasks

TBA