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

@@ -19,9 +19,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')

View File

@@ -4,10 +4,11 @@ from rowingdata import rowingdata
from rowers import mytypes
from rowers.tasks import handle_strava_sync, fetch_strava_workout
from rowers.tasks import handle_strava_sync
from stravalib.exc import ActivityUploadFailed, TimeoutExceeded
from rowers.rower_rules import is_workout_user, ispromember
from rowers.utils import get_strava_stream, custom_exception_handler
from rowers.upload_tasks import fetch_strava_workout
from rowers.utils import myqueue, dologging
#from rowers.imports import *