Private
Public Access
1
0

all tasks.py done

This commit is contained in:
2025-10-22 20:21:13 +02:00
parent 385bd52a94
commit ceced92022
13 changed files with 738 additions and 750 deletions

View File

@@ -29,9 +29,10 @@ from rowsandall_app.settings import (
)
from rowers.tasks import (
handle_c2_import_stroke_data, handle_c2_sync, handle_c2_async_workout,
handle_c2_getworkout
handle_c2_import_stroke_data, handle_c2_sync,
)
from rowers.upload_tasks import handle_c2_async_workout, handle_c2_getworkout
import django_rq
queue = django_rq.get_queue('default')
queuelow = django_rq.get_queue('low')