Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queue Transfer #28

Closed
william-silversmith opened this issue Oct 27, 2020 · 1 comment
Closed

Queue Transfer #28

william-silversmith opened this issue Oct 27, 2020 · 1 comment
Labels

Comments

@william-silversmith
Copy link
Contributor

It would be cool to have a way to copy or move a queue from one location / protocol to another.

For example, maybe you are experimenting with fq because it's easier to manage and then want to transfer the results to SQS directly instead of rerunning because the process took forever to compute the right tasks. This is the case for me right now with computing tasks from all the billions labels in a dataset.

@william-silversmith
Copy link
Contributor Author

william-silversmith commented Oct 29, 2020

This is made possible by tq.tasks() in 3eeedc2

tq_sqs = TaskQueue('sqs://...')
tq_fq = TaskQueue('fq://...')

tq_sqs.insert(tq_fq.tasks())
tq_sqs.insert(tq_fq)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant