diogob / postgres-websockets

PostgreSQL + Websockets
https://hackage.haskell.org/package/postgres-websockets
MIT License
355 stars 28 forks source link

docker stop takes 10s #75

Closed fjf2002 closed 2 years ago

fjf2002 commented 3 years ago

"docker stop postgres-websockets" takes 10s.

This could mean postgres-websockets does not respond to termination requests(?)

fjf2002 commented 3 years ago

In Dockerfile, a command "STOPSIGNAL SIGINT" seems to do the job (?)

diogob commented 3 years ago

@fjf2002 thanks for the STOPSIGNAL SIGINT tip. I'll test here and update accordingly.

fjf2002 commented 2 years ago

Any news here?

fjf2002 commented 2 years ago

I can verify that SIGINT terminates the postgres-websockets process.

diogob commented 2 years ago

@fjf2002 thanks for the reminder. Will update this as soon as possible.

fjf2002 commented 2 years ago

Thank You.