Skip to content

Commit

Permalink
Remove BEMSERVER_CELERY_SETTINGS_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Nov 25, 2024
1 parent 8d4b004 commit f55152d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,10 @@ For details about how to define entries in the schedule, see
`Celery documentation <https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html#beat-entries>`_.
Schedules may also be passed in crontab form.

Open two shells in an environment where bemerver-core is installed, and in each
shell, define environment variables pointing to the configuration files::
Open two shells in an environment where bemserver-core is installed, and in each
shell, define an environment variable pointing to the configuration file::

$ export BEMSERVER_CORE_SETTINGS_FILE="/path/to/bemserver-core-settings.py"
$ export BEMSERVER_CELERY_SETTINGS_FILE="/path/to/bemserver-celery-settings.py"

In a shell, start Celery workers to execute the tasks::

Expand Down

0 comments on commit f55152d

Please sign in to comment.