Skip to content

Custom graceful shutdown is broken #208

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

Closed
4 tasks done
mikalai-ramashka opened this issue Jan 17, 2020 · 1 comment
Closed
4 tasks done

Custom graceful shutdown is broken #208

mikalai-ramashka opened this issue Jan 17, 2020 · 1 comment

Comments

@mikalai-ramashka
Copy link

mikalai-ramashka commented Jan 17, 2020

Operating System

  • [ x] Linux
  • [ x] Windows 7
  • [ x] Windows 10
  • [ x] MacOS
  • other:

NodeJS Version

  • 0.x
  • 4.x
  • 6.x
  • 7.x
  • other: 12

Tmp Version

0.1

Expected Behavior

do not call process.exit(0);

Experienced Behavior

We have previously implemented graceful shutdown for our own goals (save data, close files, stop servers), but tmp just call process.exit(0) and stop correct exiting flow.

@silkentrance
Copy link
Collaborator

Duplicate of #193

@silkentrance silkentrance marked this as a duplicate of #193 Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants