feat(recovery): add crash recovery implementation
This PR addresses issue #3114
Changes
-
Crash Recovery: Updated
crash_recovery.protoand related ts files; added core recovery logic (created functions not yet implemented). -
Knex Config: Improved
knexfile.tsandknexfile-remote.ts; added Docker Compose for production.
I will review this PR
@Yogesh01000100 please rebase with satp-dev (should not have conflicts)
@Yogesh01000100 please include documentation and tests, and update the description, as discussed.
@Yogesh01000100 could you please squash the commits and rebase with latest version of satp-dev, prior to merge?
Please include CrashStatus and LocalLog types in the open api spec and import them where needed
about this open API spec part as it has a tpl.json and a .json, which one to update I'm a bit unsure
Please include CrashStatus and LocalLog types in the open api spec and import them where needed
Is there any specific need for this to be in openapi ? i dont see it being used as any respone towards any API it's status tracker, and localLog type is okay in types, please clarify if there is any specific requirement to be in openapi?
Added a commit fixing several issues. @Yogesh01000100 could you please take a look at the tests and double check everything works?