Skip to content

Commit b959218

Browse files
committed
Limit task to web queues
1 parent b48cdc4 commit b959218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ def remove_dirs(paths):
16801680
shutil.rmtree(path, ignore_errors=True)
16811681

16821682

1683-
@app.task()
1683+
@app.task(queue='web')
16841684
def remove_build_storage_paths(paths):
16851685
"""
16861686
Remove artifacts from build media storage (cloud or local storage)

0 commit comments

Comments
 (0)