grafana / flagger-k6-webhook

Using k6 to do load testing of the canary before rolling out traffic
Apache License 2.0
24 stars 9 forks source link

fix: Clean up process context if available #161

Closed zerok closed 2 months ago

zerok commented 2 months ago

Before the process context was not cancelled in the asynchronous mode. This should fix this issue and also remove a misleading log-line.