Standardize code blocks

This commit is contained in:
Ciarán Ainsworth 2022-10-26 22:19:16 +02:00 committed by Georg Krause
commit 5dfc2c341d
28 changed files with 323 additions and 323 deletions

View file

@ -99,7 +99,7 @@ Some common tasks the Celery worker handles are:
### Celery beat task scheduler
In addition to handling tasks from the API, the Celery worker also needs to handle some recurring tasks. To manage these, we implement a [Celery beat]() scheduler. The scheduler is responsible for triggering tasks on a schedule and adding messages to the [queue](#redis-cache-and-message-queue) so the worker can work through them.
In addition to handling tasks from the API, the Celery worker also needs to handle some recurring tasks. To manage these, we implement a [Celery beat](https://docs.celeryq.dev/en/stable/reference/celery.apps.beat.html#celery.apps.beat.Beat) scheduler. The scheduler is responsible for triggering tasks on a schedule and adding messages to the [queue](#redis-cache-and-message-queue) so the worker can work through them.
Some common recurring tasks are:

View file

@ -120,7 +120,7 @@ The `Accept` activity sends a positive response, such as confirming a [`Follow`
::::{dropdown} Supported on
- [`Activity` objects](#activity)
- `Activity` objects
::::