Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Provide a configurable timeout for reaping fanout children #57

Closed
eric opened this issue Aug 12, 2011 · 2 comments
Closed

Provide a configurable timeout for reaping fanout children #57

eric opened this issue Aug 12, 2011 · 2 comments

Comments

@eric
Copy link
Contributor

eric commented Aug 12, 2011

I am looking to create a fanout child for each worker that I have and they do not have a unique identifier that persists across worker restart. I was hoping to use hostname:pid as a unique child queue name but need some way to clean up old child queues that are not properly deleted.

@evan suggested on twitter that providing a timeout for reaping the children of a fanout queue would be a good solution to this problem and I completely agree.

@robey
Copy link
Contributor

robey commented Sep 6, 2011

related feature request from john k:

"An ephemeral fanout queue that streams to you. Open a socket and messages. Close the socket, and, like Markinson, you were never there. There is no Markinson."

sounds similar enough to be part of the same feature. (a markinson child queue would just be a child queue with a destruction timeout of zero.)

@eric
Copy link
Contributor Author

eric commented Feb 24, 2012

Looks like this was solved by #87 and #64. Sweet.

@eric eric closed this as completed Feb 24, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants