mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-20 16:04:20 +01:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Configuration"
|
||||
parent: "Celery"
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
# Chapter 2: Configuration - Telling Celery How to Work
|
||||
|
||||
In [Chapter 1: The Celery App](01_celery_app.md), we created our first `Celery` app instance. We gave it a name and told it where our message broker and result backend were located using the `broker` and `backend` arguments:
|
||||
|
||||
Reference in New Issue
Block a user