Task Management UI¶
Relaunch a task¶
- Go to
Celery Results › Task results - Select the task
- Use the
Retry taskorForce Retry task, Note that you can only retry on a failed task. - You can
force retrya task that was successfully completed to take some change in effect. You should know what you are doing ...
Canceling a User Task¶
- Go to
Core › Usertasks - Edit the task and set the
StatustoREVOKED, we also encourage you to set theCommentfield to explain why the task was revoked.
Configuring a periodic task to update dropbox user folder¶
Dropbox folders (as well as the assay-data-library structure) for newly logged-in LDAP users or groups are generated via a periodic Celery task that you need to configure.
The task responsible for this is: data_management.tasks.task_check_structure_in_primary_volumes
You can manage this from the admin panel by navigating to Periodic Tasks and creating a new entry pointing to the task above. You’ll also be able to configure the schedule using either an interval or a crontab.
A known limitation is that newly added users must wait until the task runs (e.g., the following night) before their Dropbox folders become available.