We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2197f43 commit 9e4d00cCopy full SHA for 9e4d00c
taskqueue_cli/taskqueue_cli.py
@@ -68,7 +68,11 @@ def release(queuepath):
68
def copy(src, dest):
69
"""
70
Copy the contents of a queue to another
71
- service or location.
+ 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.
76
77
src = normalize_path(src)
78
dest = normalize_path(dest)
0 commit comments