mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2026-01-04 15:24:26 +01:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Events"
|
||||
parent: "Celery"
|
||||
nav_order: 9
|
||||
---
|
||||
|
||||
# Chapter 9: Events - Listening to Celery's Heartbeat
|
||||
|
||||
In [Chapter 8: Canvas (Signatures & Primitives)](08_canvas__signatures___primitives_.md), we saw how to build complex workflows by chaining tasks together or running them in parallel. But as your Celery system gets busier, you might wonder: "What are my workers doing *right now*? Which tasks have started? Which ones finished successfully or failed?"
|
||||
|
||||
Reference in New Issue
Block a user