hashmapinc / hashmapinc/Tempus
Support for Write Ahead Log
Open
Epic
- Dominant language
- Java
- Stars
- 32
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
If/When Tempus is receiving Telemetry data messages when the server it is running on loses power. Upon restart, that Tempus will need to know what message it was processing and if it succeeded, half-succeeded, or failed.
A write-ahead log should be used so Tempus the can check this log and compare what it was supposed to be doing when it unexpectedly lost power to what was actually done. This comparison let Tempus decide to undo what it had started, complete what it had started, or keep things as they.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.