Skip to content

Commit

Permalink
increase sync_container_lifecycle interval
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Jun 13, 2024
1 parent a2eb17a commit 3b1eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ async def _pipeline(r: Redis):
self.timer_tasks.append(aiotools.create_timer(self.heartbeat, heartbeat_interval))

# Prepare auto-cleaning of idle kernels.
self.timer_tasks.append(aiotools.create_timer(self.sync_container_lifecycles, 10.0))
self.timer_tasks.append(aiotools.create_timer(self.sync_container_lifecycles, 13.0))

if abuse_report_path := self.local_config["agent"].get("abuse-report-path"):
log.info(
Expand Down

0 comments on commit 3b1eab3

Please sign in to comment.