Eric Lindvall
Eric Lindvall
Ruby 1.8.7 is still the default ruby on CENTOS/RHEL 6 and will still be a supported distribution until 30 November 2020. Having something to manage processes not work with the...
Are there things that are provided in newer rubies that would be a big win for the project? I definitely see value in getting rid of deprecation warnings (even if...
I don't have any first-hand knowledge if god works with ruby 2.1. Someone else will have to confirm.
It could be that access to some variables need to be synchronized to ensure CPU caches are properly invalidated. Another possible issue is that the stop duration for your actions...
> because god load doesn't remove watches that have been removed; so our scripts always force a restart of the god pid. That is no longer the case (I'm not...
With the improved behavior around `god load`, it may be that restarting god on a regular basis isn't necessary anymore. Maybe it would be worth documenting best practices related to...
Fixing the location of the socket file to no longer be `/tmp` is definitely something we've talked about, but I'm definitely concerned with the upgrade path for something like this....
Instead of catching that exception, the code should handle the condition directly so it doesn't generate an exception. I'm not sure if we should ever be seeing a `nil` in...
It looks like the goal of `DriverEventQueue#pop` is to only return something valid. I think that another `raise ThreadError, "queue empty" if @shutdown` needs to be added right before the...
It looks like there's a separate change in here that is sleeping. Can you remove that?