Emir Ibrahimbegovic

Results 2 comments of Emir Ibrahimbegovic

Try RDS Proxy (or PgBouncer) to prevent connection storms with many worker threads

here is what worked for me, I created `bin/run_cane`: ``` #!/usr/bin/env ruby # Monkey patch for File.exists? to alias it to File.exist? # https://github.com/square/cane/issues/102 if RUBY_VERSION >= '3.2.0' && !File.respond_to?(:exists?)...