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

Duplicate bot requests #10

Open
thomwiggers opened this issue Jun 21, 2012 · 2 comments
Open

Duplicate bot requests #10

thomwiggers opened this issue Jun 21, 2012 · 2 comments

Comments

@thomwiggers
Copy link

Marietje does not check if a track already is queued when it is queuing by itself.

@bwesterb
Copy link
Member

bwesterb commented Aug 2, 2012

There is a bit of a technical problem here. There are two queues: the queue to which the user sends requests Queue and the queue that is filled automatically RandomQueue. These two queues are combined into one AmalgamatedQueue. The RandomQueue is ignorant of the other queues.

I guess that this is not really an issue, when there are enough tracks?

@thomwiggers
Copy link
Author

The RandomQueue also dupes itself. That is a bit troublesome.

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

2 participants