[Rails-core] Adding provider attributes to ActiveJob

2015-10-08 Thread Robert Breznak
Hello, Looking into ActiveJob a bit, it seems similar to carrying along the provider's Job ID ( https://github.com/rails/rails/issues/18821 ), providers should be able to include additional meta data about the job; things that would not be appropriate as arguments because they're related to the

Re: [Rails-core] ActiveRecord connection pool management

2015-10-08 Thread Michael Vigilante
On Monday, 5 October 2015 14:37:56 UTC+11, Michael Vigilante wrote: > This is also an excellent point; I wasn't aware this was the case. It > certainly feels like a waste to be doing this every time a database > operation is run. I'm not sure what an appropriate level of alive-checking > is;