You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Develop a plan and design doc for a high-availability deployment of the batch submitter service.
To do
Determine overall HA approach
Determine and demonstrate that we can/cannot safely make atomic updates with postgres (i.e. can implement a concurrency-safe job queue with locks on service_ids)
Determine and demonstrate that we do/do not need some form of down detection
Write up concurrency options and tradeoffs (determine database load)
Map out the queries and data model related to instance coordination
Determine the impact of using SQLite in an HA configuration
Map out the impact of an HA configuration to the queuer, submitter, and DLT monitor
The text was updated successfully, but these errors were encountered:
Develop a plan and design doc for a high-availability deployment of the batch submitter service.
To do
service_id
s)The text was updated successfully, but these errors were encountered: