[Self Hosting] docker compose down
30s delay for shutdown
#16826
Lan-Hekary
started this conversation in
Contribute to Supabase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report
Describe the bug
The issue is described in PR #15587 but it's now extended to the analytics and vector services.
executing
docker compose down
takes about 30s longer that it should be10 seconds for each service (postgrest, analytics, vector)
To Reproduce
docker compose up -d
to bring up the services.docker compose down
to bring the services down.Expected behavior
shutting the services down should be fast and sequential but instead it's stuck a each service for 10s.
System information
Beta Was this translation helpful? Give feedback.
All reactions