Add persistence to restore state if service is restarted #28

Closed
opened 2025-07-01 23:44:59 +00:00 by henry · 0 comments
Owner

AccessQueueService keeps queue and access tickets in-memory to keep performance high. The trade-off is that the state is lost if the service goes down.

To mitigate this the service could periodically serialize the current state of the queue and save the state to disk. If the service is restarted it will first try to restore its state.

AccessQueueService keeps queue and access tickets in-memory to keep performance high. The trade-off is that the state is lost if the service goes down. To mitigate this the service could periodically serialize the current state of the queue and save the state to disk. If the service is restarted it will first try to restore its state.
henry added the
enhancement
label 2025-07-01 23:45:04 +00:00
henry closed this issue 2025-07-04 16:08:14 +00:00
Sign in to join this conversation.
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: henry/AccessQueueService#28
No description provided.