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

Accessing queue via RPC #24

Open
abemedia opened this issue Aug 21, 2020 · 2 comments
Open

Accessing queue via RPC #24

abemedia opened this issue Aug 21, 2020 · 2 comments

Comments

@abemedia
Copy link

I'm looking for exactly this but need to use it with RPC for other processes to access the queue from a daemon. I was just wondering if there's any way of getting a queue item and then confirming it's been stored before deleting it? Just in case the other process crashes before processing the item...

Thanks!

@Psykar
Copy link

Psykar commented Aug 25, 2020

#26 would help - by passing in in a opt.WriteOptions{Sync: true}

@abemedia
Copy link
Author

I was talking about consuming the queue and not removing an item from the queue until the client has confirmed it's been received.

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