MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / beat_periodic_task

Function beat_periodic_task

core/tasks.py:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50@shared_task
51def beat_periodic_task():
52 fetch_channel_stats()
53 scan_and_process_files()
54
55@shared_task
56def scan_and_process_files():

Callers

nothing calls this directly

Calls 2

scan_and_process_filesFunction · 0.85
fetch_channel_statsFunction · 0.70

Tested by

no test coverage detected