Python: Background Jobs Question What is the core rule behind background jobs? (Click to reveal answer) Answer Move work to jobs when latency, retries, or operational scheduling make in-request execution the wrong fit. This matters because strong answers explain why the job exists and how its boundary is observed. Additional NotesWhat is the core rule behind background jobs? Track: Python Topic: Architecture Focus: Background Jobs Topics: Architecture Background Jobs Python