RebootJeff / cowGoesMoo

If only CVS and Walgreens built wait lists for the COVID vaccine
GNU General Public License v3.0
11 stars 3 forks source link

[bug] Graceful shutdown is slightly wrong #8

Closed RebootJeff closed 3 years ago

RebootJeff commented 3 years ago

When running the app locally, the expected logs aren't shown when you press CTRL+C to exit. You only see some of the expected logs. It makes me think the shutdown code isn't set up correctly.

RebootJeff commented 3 years ago

Looks like handleSIGINT: false is the Puppeteer launch options is the solution