Christopher J. Bottaro
Christopher J. Bottaro
Good idea, will look into putting that in. Won't be until next week though, going on vacation tomorrow.
Shoot, not sure when I'll have time to look into this. Maybe this weekend. Anyone else want to take a stab? :) -- C On Sunday, April 1, 2012 at...
This PR also introduces... * telemetry * more clearly defined RESP boundaries * a simpler socket abstraction (TLS vs plain)
Very much so. I'm just not a very good open source custodian. We use this in production to the tune of processing millions of jobs per month, and I'm constantly...
Arrgg, my Github notifications are broken. Sorry for just now seeing this. @acj I seem to remember you either did some work regarding this or have some knowledge on the...
This will finally be done in `0.9.0` using Elixir 1.9.0's "mix release" feature.
Yes, definitely. It annoys me too. Is there a benefit to having Faktory have it's own logger, where the log level can be turned to INFO and thus not get...
I think I want to use something like this: https://hex.pm/packages/flex_logger That way you can turn `faktory_worker_ex`'s logging to `:info` but keep the rest of your app at `:debug`. There is...
I have those same questions and I opened an issue about it: https://github.com/arnomi/elixir-flex-logger/issues/1
Hmm... well.. the answer is "yes", but it would require a complete rewrite of Schizo. One of the things, I think, that attracted Rubyist to the idea of DCI is...