English
☰ 분류

배치·크론 작업 점검하는 프롬프트

쌓인 정기 작업이 겹치는지, 실패해도 아무도 모르는지 확인합니다.

분류개발 › 배포·운영
태그검토분석개발자
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
Audit these scheduled jobs.

Per job:
1. **If it fails, does anyone find out?** Not "is it logged" — is there an alert, and does it reach a person. *Silent failure is the normal state of scheduled work and the reason this audit exists.*
2. **Is it idempotent?** What happens if it runs twice — from a retry, a manual re-run, or overlapping schedules.
3. **What happens if a run is still going when the next starts?** Does it queue, overlap, or corrupt state.
4. What happens if it is skipped entirely — does the next run catch up, or is that window lost forever.
5. Runtime versus interval. A job averaging close to its interval is already failing intermittently.
6. Timezone and daylight-saving behavior for anything on a daily or nightly schedule.
7. Dependencies between jobs that are enforced only by the clock, which is not enforcement.

Then:
- Jobs with no failure detection. Fix these first.
- Jobs whose schedules collide, especially around midnight and month-end.
- Jobs nobody can explain the purpose of. *Propose stopping them and watching what breaks*, which is faster than tracing them.
- What should not be a cron job at all — event-driven work on a timer.
붙여 넣으면 맨 아래에 채울 칸(작업 목록 · 실행 환경)이 나옵니다

어떤 프롬프트인가

크론은 한 번 걸어두면 아무도 안 본다. 실패해도 조용하다. 이 프롬프트는 실패가 감지되는지, 두 번 돌면 어떻게 되는지, 겹치면 어떻게 되는지를 항목마다 묻는다.

같은 분류의 프롬프트

프로덕션 AI 에이전트 설계 프롬프트
AI 에이전트 보안 점검 프롬프트
AI 제공자 요금 조사 프롬프트
상자 탈출 AI 역할을 맡기는 프롬프트
보안 경고 분석 프롬프트