scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

Kill doesn't print message #131

Closed frabcus closed 10 years ago

frabcus commented 10 years ago

I think the error code from timeout isn't as we expect.

tool/actually-run: line 8:  4868 Terminated              timeout --kill-after=1m 1h ./code/scraper
Finished run: 2014-05-17 07:35:27+00:00 Exit code: 143

https://app.intercom.io/apps/63b0c6d4bb5f0867b6e93b0be9b569fb3a7ab1e3/conversations/399253899

frabcus commented 10 years ago

Children of GNU timeout exit with this:

_exit (128 + sig);
frabcus commented 10 years ago

143 is 128 + 15, i.e. a SIGTERM

frabcus commented 10 years ago

Closed by https://github.com/scraperwiki/code-scraper-in-browser-tool/pull/132