systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

chore(sdf): restructure sdf binary & library to resemble other services #4553

Closed fnichol closed 1 month ago

fnichol commented 2 months ago

This is...a large churn refactoring, but very long overdue.

The goal with this change is to bring our HTTP API service (aka "SDF") in line with the structure of our other service components. The impetus for this work was after a production incident where our new "graceful shutdown" logic was being short circuited when SDF was running in the migrateAndQuit mode (written literally years ago).

The following are notable changes:

fnichol commented 2 months ago

/try