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

Temp queues are not always being deleted #8

Open
ashcrow opened this issue May 20, 2014 · 1 comment
Open

Temp queues are not always being deleted #8

ashcrow opened this issue May 20, 2014 · 1 comment
Labels

Comments

@ashcrow
Copy link
Member

ashcrow commented May 20, 2014

The temporary queues used by re-core are living on "forever" (until re-core is disconnected) in some cases. I don't know what the behavior is that causes this but noted it while checking out the queues today.

@ashcrow ashcrow added the bug label May 20, 2014
@tbielawa
Copy link
Member

Initial thoughts: I think this usually happens when a worker doesn't
finish. The fsm is multithreaded so under present behavior if a worker
never finished, then that fsm thread will never run it's tare-down which
closes the channel. The temp queues are ephemeral, and will self destruct
after all clients disconnect.
On May 20, 2014 3:14 PM, "Steve Milner" [email protected] wrote:

The temporary queues used by re-core are living on "forever" (until
re-core is disconnected) in some cases. I don't know what the behavior is
that causes this but noted it while checking out the queues today.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants