Scheduled Job Stabilizer
Monitors and stabilizes scheduled jobs by automatically detecting failures, analyzing causes, and applying corrective measures. The agent iterates through jo…
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
Start the "Scheduled Job Stabilizer" loop.
Goal: Stabilize scheduled jobs
Max iterations: 10
Between iterations run: job status check
Exit when: Last 5 runs succeed
Stabilize the scheduled job by continuously checking its execution status and applying fixes until the last 5 runs succeed or 10 iterations are reached. Begin by running the job status check and analyzing the results.
Self-pace this loop. After each iteration, run `job status check` and evaluate the output, and only continue if the exit condition is not met (Last 5 runs succeed). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.