Use celery tasks instead of systemd timers for periodic work; and add more tests
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
This commit is contained in:
parent
333476b30b
commit
66ea46cf23
25 changed files with 2133 additions and 104 deletions
|
|
@ -8,7 +8,8 @@ from twitch.models import Channel
|
|||
if TYPE_CHECKING:
|
||||
from argparse import ArgumentParser
|
||||
|
||||
from debug_toolbar.panels.templates.panel import QuerySet
|
||||
from django.db.models import QuerySet
|
||||
|
||||
|
||||
SAMPLE_PREVIEW_COUNT = 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue