Ken MacInnis

Results 12 comments of Ken MacInnis

No problems in a full server, and in fact I worked around the problem with 'rake environment' to load the full thing. ``` ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin12.2.0] rails...

please merge (and close dupe #983)?

Same here: https://user-images.githubusercontent.com/52253/175186922-32bd64cf-a862-4d98-9853-d424e1834f85.MOV

@avelino just a ping! looking forward to participating.

@avelino anything we can help with here? Thanks!

For macOS using Homebrew: `CGO_CFLAGS="-I/opt/homebrew/include" CGO_LDFLAGS="-L/opt/homebrew/lib" go install ...`

Found an issue: if I disable the New Relic agent in development, things work. newrelic.yml: ``` development: agent_enabled: false ``` Perhaps this is a NR agent bug? Contacting NR directly...

Never heard back from NR but it seems to work now, though I'm not using resque-pool at the moment.

One use case is for [AWS vGPU support](https://github.com/awslabs/aws-virtual-gpu-device-plugin) so that multiple consumers of the vGPU device(s) don't assume they have exclusive rights to the full resource usage.