-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem
SLM git_tracker service repeatedly errors because git is not installed in the Docker container:
services.git_tracker - ERROR - Error running git command: [Errno 2] No such file or directory
services.git_tracker - WARNING - Failed to get remote commit hash
Fix Options
- Install git in SLM Docker image (adds ~50MB)
- Make git_tracker gracefully degrade when git is unavailable
- Disable git_tracker in Docker deployments via env var
Discovered During
Working on #1809 (Docker containerization)
Impact
Low — Non-fatal, SLM runs fine. Pollutes logs every 5 minutes.
Reactions are currently unavailable