Roman Gaufman

Results 71 comments of Roman Gaufman

It seems the issue is with Rails 5.2.0 because of ActiveStorage, hmm. In my spec_helper when I add the following, the problem goes away: ```ruby # Remove the ActiveRecord constant,...

Any updates on Mongoid 7 support? :)

It's just constantly hovering with 100% and not responding to bundle exec eye i -- I can't really try multiple processes without re-architecturing how the app works. Is there something,...

I tried all of those things and still getting this: ``` 2020-03-11 23:40:36.466493 E [79975:70006573067020 logger.rb:53] eye -- [recorder_5e65f1c2a79dfa42c5f0b87b:5e65f1c2a79dfa42c5f0b87b:live] check:cpu(

I have been trying to play with this without success :( I think I am going to have to come up with another strategy. Maybe to create a simple layer...

I ended up switching to systemd with a simple ruby script to manage the processes. It actually was relatively easy, easier than I expected. Just an erb template for the...

I removed eye from our application, it's fantastic for managing a smaller number of processes but seems celluloid didn't work well when it came to 100+ processes. But even with...