rinq / rinq-go

A cross-language command bus and distributed ephemeral data store.
Other
17 stars 1 forks source link

Periodically close unused AMQP channels in the pool #141

Closed koden-km closed 6 years ago

koden-km commented 7 years ago

Fixes #9

I used a time.Ticker for the periodic event. What how often should this tick on? Currently i'm using 60 seconds.

jmalloc commented 6 years ago

Close as per comments in #9.