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

Add Peek Funcionality to the DirectoryQueue #2

Open
UlyssesAlves opened this issue Dec 27, 2019 · 0 comments
Open

Add Peek Funcionality to the DirectoryQueue #2

UlyssesAlves opened this issue Dec 27, 2019 · 0 comments

Comments

@UlyssesAlves
Copy link

UlyssesAlves commented Dec 27, 2019

For what I've seen, we can't just peek items from the DirectoryQueue without removing (reading) them from the Queue.

It would be useful if it allowed us to just peek (reading without removing) items from the queue, so that we would only actually remove the item from the queue in case we consider the item was used for its intendend purpose.

I need this in a current project I'm working on because I can't lose the items on the queue after reading them unless they are successfully processed by another component. Unfortunately, without peek funcionality, I can't implement this requirement in my application.

Could you please add Peek funcionality to the DirectoryQueue?

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