refactor: move event logic to a separate file

This commit is contained in:
James Murdza
2024-10-24 16:34:13 -06:00
parent cec6b0c8c5
commit ef018385ef
3 changed files with 140 additions and 131 deletions

View File

@ -0,0 +1,2 @@
// The amount of time in ms that a container will stay alive without a hearbeat.
export const CONTAINER_TIMEOUT = 120_000