Skip to content

Commit 3a5ef25

Browse files
committed
indent
1 parent e2cbdff commit 3a5ef25

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/configuration.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ Routing
316316
-------
317317

318318
* CELERY_QUEUES
319-
The mapping of queues the worker consumes from. This is a dictionary
320-
of queue name/options. See :doc:`userguide/routing` for more information.
319+
The mapping of queues the worker consumes from. This is a dictionary
320+
of queue name/options. See :doc:`userguide/routing` for more information.
321321

322-
The default is a queue/exchange/binding key of ``"celery"``, with
323-
exchange type ``direct``.
322+
The default is a queue/exchange/binding key of ``"celery"``, with
323+
exchange type ``direct``.
324324

325-
You don't have to care about this unless you want custom routing facilities.
325+
You don't have to care about this unless you want custom routing facilities.
326326

327327
* CELERY_DEFAULT_QUEUE
328328
The queue used by default, if no custom queue is specified.
@@ -411,8 +411,8 @@ Task execution settings
411411

412412
* CELERY_MAX_CACHED_RESULTS
413413

414-
Total number of results to store before results are evicted from the
415-
result cache. The default is ``5000``.
414+
Total number of results to store before results are evicted from the
415+
result cache. The default is ``5000``.
416416

417417
* CELERY_TRACK_STARTED
418418

@@ -435,10 +435,10 @@ Task execution settings
435435

436436
* CELERY_DEFAULT_RATE_LIMIT
437437

438-
The global default rate limit for tasks.
438+
The global default rate limit for tasks.
439439

440-
This value is used for tasks that does not have a custom rate limit
441-
The default is no rate limit.
440+
This value is used for tasks that does not have a custom rate limit
441+
The default is no rate limit.
442442

443443
* CELERY_DISABLE_RATE_LIMITS
444444

@@ -463,8 +463,8 @@ Worker: celeryd
463463

464464
* CELERYD_MAX_TASKS_PER_CHILD
465465

466-
Maximum number of tasks a pool worker process can execute before
467-
it's replaced with a new one. Default is no limit.
466+
Maximum number of tasks a pool worker process can execute before
467+
it's replaced with a new one. Default is no limit.
468468

469469
* CELERYD_TASK_TIME_LIMIT
470470

0 commit comments

Comments
 (0)