Skip to content

Commit 9e4d00c

Browse files
docs: describe restrictions on copying sqs
1 parent 2197f43 commit 9e4d00c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

taskqueue_cli/taskqueue_cli.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ def release(queuepath):
6868
def copy(src, dest):
6969
"""
7070
Copy the contents of a queue to another
71-
service or location.
71+
service or location. Do not run this
72+
process while a queue is being worked.
73+
74+
Currently sqs queues are not copiable,
75+
but you can copy an fq to sqs.
7276
"""
7377
src = normalize_path(src)
7478
dest = normalize_path(dest)

0 commit comments

Comments
 (0)