--- hide: - tags tags: - cloudplow - faq --- # Cloudplow FAQs --- ## Stuck on "Waiting for running upload to finish before proceeding..." If the activity log is stuck on: ```text 2018-06-03 13:44:59,659 - INFO - cloudplow - do_upload - Waiting for running upload to finish before proceeding... ``` This means that an upload task was prematurely canceled and it left lock file(s) behind to prevent another upload. To fix this, run this command: ```shell rm -rf /opt/cloudplow/locks/* ``` or ```shell sudo systemctl restart cloudplow ```