Merge remote-tracking branch 'origin/dev' into epg-refactor

This commit is contained in:
dekzter 2025-03-31 11:13:22 -04:00
commit 2e1b00782d
17 changed files with 424 additions and 53 deletions

View file

@ -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)