Joshua Samberg
Joshua Samberg
I am trying to write a query with a condition that would look like this in SQL: ``` sql WHERE t1.id = t2.linked_ids[1] ``` Is there some way to do...
I'm running a separate environment where my rails codebase is being used exclusively for running rake tasks, not serving any requests. I've added newrelic-rake and am successfully able to see...
Is it necessary to send a different signal in `quit_excess_workers_for` when `TERM_CHILD=1` is set to ensure clean shutdown of workers under Heroku signal handling conditions? Currently it **always** sends `QUIT`...