mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Merge remote-tracking branch 'origin/dev' into epg-refactor
This commit is contained in:
commit
2e1b00782d
17 changed files with 424 additions and 53 deletions
|
|
@ -152,7 +152,7 @@ CELERY_RESULT_BACKEND = CELERY_BROKER_URL
|
|||
|
||||
# Configure Redis key prefix
|
||||
CELERY_RESULT_BACKEND_TRANSPORT_OPTIONS = {
|
||||
'prefix': 'celery-task:', # Set the Redis key prefix for Celery
|
||||
'global_keyprefix': 'celery-tasks:', # Set the Redis key prefix for Celery
|
||||
}
|
||||
|
||||
# Set TTL (Time-to-Live) for task results (in seconds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue