Mohit GoyalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to setup your dev environment for editing & contributing code?Playbooks is a web server application that interacts with a Django API server via Nginx. It also includes salary workers for scheduling asynchronous tasks and a persistence layer consisting of Postgres and Redis cache. https://www.youtube.com/watch?v...70 readsPlayBooksdoctor-droid
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024What is a PlayBook and what is core components of a playbook?A playbook is a set of instructions that a Doctor Droid bot or an on-call engineer follows during a production incident. https://www.youtube.com/watch?v=T9KfunP9juA A playbook consists of tasks. A task is an instruction that's executed through the ...40 readsPlayBooksdoctor-droid
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024A Guide to Conditionals in Doctor Droid PlaybooksConditions are rules applied to outputs from metrics, database or log queries to determine the next step to execute in your playbooks. https://www.youtube.com/watch?v=OohttGCqXpo Creating Conditions in Playbooks Step 1: Create a playbook with a con...PlayBooksobservability
Ian Santillanievsantillan.hashnode.dev·Jul 27, 2020Mastering Runbook Execution in Azure AutomationAzure Automation provides a robust platform for automating cloud and on-premises processes using runbooks. Key aspects of runbook execution include: Job Creation: Starting a runbook creates a job, which is an instance of runbook execution. Executio...azure runbook