Luke Francl

Results 15 comments of Luke Francl

Sorry you're having problems with this. Rest assured you are not alone. I have basically stopped using the daemon because for whatever reason it won't stay running (in my case...

I've only had problems with it locking up when it really is still running (unless I kill it manually, in which case the lockfile is not deleted). As for my...

Hi, I just tried it with Rails 2.3.5 and it worked fine. I don't have a 2.3.8 app handy but I will give it a shot to try to replicate....

I personally don't use it any more (since I don't need to fetch email). If you'd like to help maintain it I'd be happy to add you.

Hey there...sorry you're having trouble. I'm guessing you're using the daemon to run the fetcher, is that correct? I had problems with long-running processes, so I switched to running the...

Did you install fetcher from GitHub? script/plugin install git://github.com/look/fetcher.git That's the version that requires SystemTimer. Just make sure you have SystemTimer installed, too. sudo gem install SystemTimer I believe. Regarding...

Well that's incredibly embarrassing. I made that change in another repository and never committed it to this one. I just pushed the SystemTimer IMAP fix. Please try it and see...

You might be wondering why we are doing this. We aren't using Kafka-tracked consumer group offsets, but we have been storing the offsets in Kafka in order to use some...

My team is also interested in this feature (we use librdkafka via rdkafka in Rust). We would appreciate a review of @niamster's PR. Thank you!

We are also experiencing this error, so 👍 to fixing it. As a work around, I'm investigating re-creating the ClusterAdmin every time we use it to avoid idle time outs.