Bloomberg
CI/CD 1 question
- #1GitHub Actions Timeout Enforcement
A repository at
/home/interview/repocontains a deployment workflow that occasionally hangs due to network issues or unresponsive external services. Jobs must be automatically terminated if they exceed a time limit to prevent resource waste. A starter workflow file has been created at.github/workflows/deploy.ymlwith the basic structure.
Linux 1 question
- #2Tracing Log File Writes
The
/var/log/messagesfile has been growing unusually fast, filling up disk space within hours.