filesystem watch and process of m3u and epg

This commit is contained in:
dekzter 2025-04-06 15:58:55 -04:00
parent e185fbcda6
commit 354cd84c88
13 changed files with 296 additions and 27 deletions

View file

@ -174,7 +174,7 @@ CELERY_TASK_SERIALIZER = 'json'
CELERY_BEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler"
CELERY_BEAT_SCHEDULE = {
'fetch-channel-statuses': {
'task': 'apps.proxy.tasks.fetch_channel_stats',
'task': 'core.tasks.beat_periodic_task',
'schedule': 2.0,
},
}