towerops/lib/towerops/agents
Graham McIntire 4b6538df8e fix: remove duplicate handle_info and schedule_cleanup function definitions in AgentCache (#162)
Removed duplicate function definitions that were causing compile warnings:
- handle_info(:cleanup_expired, state) was defined twice (lines 94 and 110)
- schedule_cleanup/0 was defined twice (lines 105 and 121)

The duplicate definitions at lines 110-124 were exact copies and have been removed.

Reviewed-on: graham/towerops-web#162
2026-03-25 10:18:11 -05:00
..
agent_assignment.ex fix/test-failures (#112) 2026-03-22 13:02:06 -05:00
agent_cache.ex fix: remove duplicate handle_info and schedule_cleanup function definitions in AgentCache (#162) 2026-03-25 10:18:11 -05:00
agent_token.ex enable agent debugging 2026-01-27 13:25:04 -06:00
release_checker.ex perf: disable Req retry for faster error tests 2026-03-10 16:19:31 -05:00
stats.ex fix: cloud poller automatic rebalancing 2026-02-12 15:32:33 -06:00