Commit graph

4 commits

Author SHA1 Message Date
Kieren Evans
ea4a929fa9
fix: allow 10 seconds to shutdown, fixing shutdown error (#204)
* Allow 15 seconds to shut down

v2.0.0 and above crashes with message "Error during shutdowncontext deadline exceeded" and exit code 1
upon SIGINT being received.

v1.2.1 seems to be unaffected.

* Add bats test

* Reduce to 10 seconds, define directly

Co-Authored-By: andytson-inviqa <andytson-inviqa@users.noreply.github.com>

* style: gofmt -s

* chore: bump golang to 1.17 and fix golangci

Co-authored-by: andytson-inviqa <andytson-inviqa@users.noreply.github.com>
Co-authored-by: Enrico Stahn <enrico.stahn@gmail.com>
2022-02-09 09:45:36 +11:00
Enrico Stahn
e9a9eda972
chore: add e2e tests 2020-03-12 10:48:34 +11:00
Enrico Stahn
54fecfad3b
Update docker-compose example 2018-02-20 14:43:24 +11:00
Enrico Stahn
160d6e72f5
Move docker-compose.yml and prometheus.yml into test directory 2018-02-20 13:45:00 +11:00