We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8075e0 commit 93ed455Copy full SHA for 93ed455
services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_publisher.py
@@ -16,6 +16,7 @@ async def request_pipeline_scheduling(
16
project_id: ProjectID,
17
iteration: Iteration,
18
) -> None:
19
+ # NOTE: it is important that the DB is set up first before scheduling, in case the worker already schedules before we change the DB
20
await CompRunsRepository.instance(db_engine).mark_for_scheduling(
21
user_id=user_id, project_id=project_id, iteration=iteration
22
)
0 commit comments