KnowWhereGraph / kwg-deployment

KnowWhereGraph's deployment system
Apache License 2.0
0 stars 0 forks source link

Gracefully Shutdown GraphDB #37

Open ThomasThelen opened 3 days ago

ThomasThelen commented 3 days ago

At the moment when we run make stop-<env> we're letting docker's default behavior take over killing the GraphDB container. This results in unclean GraphDB shutdowns.

Modify the makefile to gracefully bring GraphDB down