diff --git a/kernel_patches_daemon/daemon.py b/kernel_patches_daemon/daemon.py index 15b04ee..87c012a 100755 --- a/kernel_patches_daemon/daemon.py +++ b/kernel_patches_daemon/daemon.py @@ -24,7 +24,7 @@ success_counter: Counter = meter.create_counter(name="runs.success") fail_counter: Counter = meter.create_counter(name="runs.failed") -DEFAULT_LOOP_DELAY: Final[int] = 60 +DEFAULT_LOOP_DELAY: Final[int] = 120 DEFAULT_MAX_CONCURRENT_RESTARTS: Final[int] = 5 diff --git a/pyproject.toml b/pyproject.toml index 16ab235..9081d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ aiohttp = "^3.8" aiohttp-retry = "^2.8" aioresponses = "^0.7" multidict = "^6.0" -python = "^3.8" +python = "^3.9" cachetools = "^5.3.0" gitpython = "^3.1" opentelemetry-api = "^1.18.0"