mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 07:08:07 +01:00
Gracefully stop streaming server (#4103)
This commit is contained in:
parent
9fe6cfca48
commit
3f82d8b979
1 changed files with 1 additions and 0 deletions
|
@ -467,6 +467,7 @@ const startWorker = (workerId) => {
|
|||
const onExit = () => {
|
||||
log.info(`Worker ${workerId} exiting, bye bye`);
|
||||
server.close();
|
||||
process.exit(0);
|
||||
};
|
||||
|
||||
const onError = (err) => {
|
||||
|
|
Loading…
Reference in a new issue