mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
filesystem watch and process of m3u and epg
This commit is contained in:
parent
e185fbcda6
commit
354cd84c88
13 changed files with 296 additions and 27 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue