Task group
| FUNCTION | DESCRIPTION |
|---|---|
make_task_group_core |
Make core all the tasks of this task group |
make_task_group_not_core |
Make not-core all the tasks of this task group |
Classes¶
Functions:¶
make_task_group_core(task_group_id, superuser=Depends(current_superuser_act), db=Depends(get_async_db))
async
¶
Make core all the tasks of this task group
Source code in fractal_server/app/routes/admin/v2/task_group.py
make_task_group_not_core(task_group_id, superuser=Depends(current_superuser_act), db=Depends(get_async_db))
async
¶
Make not-core all the tasks of this task group