Fork me on GitHub
#beginners
<
2016-10-13
>
dominicm08:10:12

https://juxt.pro/blog/posts/aero.html this might be of interest to someone learning the ideas behind aero

piyush12:10:44

Thank you, yes that was a good post. My take away from debugging something like this, is knowing when to check the version and upgrade.

piyush12:10:22

It seems that we (clojurians) should have some better way of knowing if some bug we are encountering is because of a library version issue.

josh_tackett15:10:27

Is there a way to set the frequency at which carmine pub subs poll for a message?

seancorfield16:10:52

@josh_tackett: nope, I'd have to go read the source to figure it out simple_smile

seancorfield16:10:19

(That said, were using Carmine at work but that issue hasn't come up... yet)

josh_tackett16:10:45

haha just wait… it will

josh_tackett16:10:13

@seancorfield how do you increase performance when reading and writing to REDIS? or when listening to REDIS for messaging?

seancorfield16:10:22

If/when we have a problem, we’ll figure it out 🙂

seancorfield16:10:38

We do not currently use pub/sub features.

seancorfield16:10:59

I assume you’re using the connection pooling feature already, per the docs?

noisesmith18:10:07

@drewverlee :refer is for individual functions in a namespace, not for namespaces themselves