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

Move messages in batches #170

Open
jon-chard opened this issue Dec 13, 2019 · 0 comments
Open

Move messages in batches #170

jon-chard opened this issue Dec 13, 2019 · 0 comments

Comments

@jon-chard
Copy link

I have more than 160,000 messages on my queue. I'm trying to move them from one queue to another.

The code appears to download all messages before reposting them.

It would be much better if you processed messages in batches or via some other asynchronous mechanism, because the current implementation never completes for me.

Thanks!

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

No branches or pull requests

1 participant