This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Make server fault tolerant #132
Labels
bug
Something isn't working
P0
priority level 0, urgent and important, do now
package: issuer
Directly impacts the issuer package
package: server
Directly impacts the server package
Summary
Currently, the
server
andissuer
packages have server-like features that are not fault tolerant. If an error is thrown, it will bubble up to caller and kill the loop. We need to design and implement a simple and effective way to achieve fault tolerance for all server-like looping mechanisms involved in running dcx.Requirements
server
issuer
The text was updated successfully, but these errors were encountered: