GaloyMoney / price

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make price server go down on SIGTERM/SIGKILL signal

nicolasburtey opened this issue · comments

currently when doing a make reset-e2e from the main galoy repo. the price server always ~10.5 sec to wind down. I'm assuming it's because the server doesn't react to the signal sent to the server, and Docker kills it after 10 sec

@nicolasburtey Did #38 fix this issue?