Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
beat_periodic_task():
52
fetch_channel_stats()
53
scan_and_process_files()
54
55
@shared_task
56
def
scan_and_process_files():
Callers
nothing calls this directly
Calls
2
scan_and_process_files
Function · 0.85
fetch_channel_stats
Function · 0.70
Tested by
no test coverage detected