bcelenza / aws-cwq

The missing command-line interface (CLI) for Amazon CloudWatch Logs Insights

Home Page:https://www.npmjs.com/package/cwq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop query on interrupt

bcelenza opened this issue · comments

If the command is interrupted (e.g., SIGINT or CTRL+C), the insights query will continue to run and count against the concurrent query limit (default: 10).

We can trap this signal and stop the query before exiting.