docs: add graceful shutdown recipe and fix background jobs#130
docs: add graceful shutdown recipe and fix background jobs#130
Conversation
- Create `docs/cookbook/src/recipes/graceful_shutdown.md` with a detailed recipe on graceful shutdown using `run_with_shutdown`. - Update `docs/cookbook/src/recipes/background_jobs.md` to fix API usage, macro syntax, and generics. - Update `docs/cookbook/src/learning/curriculum.md` to include a mini-project for graceful shutdown in Module 10. - Update `docs/cookbook/src/SUMMARY.md` to include the new recipe. - Update `docs/.agent/docs_coverage.md` and `docs/.agent/last_run.json`. - Generate `docs/.agent/run_report_2026-02-20.md`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR adds a new recipe for "Graceful Shutdown" to the Cookbook, updates the "Background Jobs" recipe with correct API usage, and enhances the Learning Path with a related mini-project. It also includes the standard documentation agent run report and coverage updates.
PR created automatically by Jules for task 11938039847561176500 started by @Tuntii