Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement graceful shutdown for Docker image #1100

Closed
jacobwod opened this issue Jun 8, 2022 · 0 comments
Closed

Implement graceful shutdown for Docker image #1100

jacobwod opened this issue Jun 8, 2022 · 0 comments
Assignees
Labels
module:backend MapService stuff
Milestone

Comments

@jacobwod
Copy link
Member

jacobwod commented Jun 8, 2022

The Node backend (used in the Docker container) lacks a graceful shutdown procedure currently. It's not a big problem, as the server doesn't have any database connections that should be closed or similar. (We do, however, have file reads and writes, which makes me think that this can be important still.)

Anyway, a simple listening for some typical process signals should take care of it.

@jacobwod jacobwod added the module:backend MapService stuff label Jun 8, 2022
@jacobwod jacobwod added this to the 3.11 milestone Jun 8, 2022
@jacobwod jacobwod self-assigned this Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:backend MapService stuff
Projects
None yet
Development

No branches or pull requests

1 participant