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/peek is dequeue-ing an item #69

Closed
madeadi opened this issue Jul 10, 2017 · 2 comments
Closed

queue/peek is dequeue-ing an item #69

madeadi opened this issue Jul 10, 2017 · 2 comments

Comments

@madeadi
Copy link
Contributor

madeadi commented Jul 10, 2017

I'm using DbQueue. When issuing > ./yii queue/peek from terminal, the command is supposed to peek the queue without changing the items in the queue.

Expected result:
The items in the queue stays the same.

Actual result:
One item in the queue is dequeued. And the dequeued item is not processed by any task.

@petrabarus
Copy link
Contributor

Hey, what driver did you use?

@madeadi
Copy link
Contributor Author

madeadi commented Jul 26, 2017

@petrabarus I'm using DbQueue, MySQL.

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