Settings¶
The backend by default looks for an .env file in ${HOME}/.cvexplore
folder, if certain values need to be
overwritten you can do it either there or pass them directly as environment variables.
The following config variables are the configuration settings for the backend:
-
CELERY_REDIS_BACKEND_DB : int =
6
¶ The redis database to use by the backend to store the results of the tasks in.
-
CELERY_RESULT_EXPIRES : int =
300
¶ The amount of seconds that the results from the tasks (if
ignore_result=False
is set in the task decorator) will stay in the Redis database.
Last update:
Aug 11, 2024