Pete Brumm
Pete Brumm
rails connection pool does this by default when checking out from pool. https://github.com/rails/rails/blob/v5.0.7.2/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb#L364 when the db restarts this only gets hit for the primary connection and not any that use...
and this was raising an error. sidekiq + delayed_mailer and yaml we use sidekiq's action_mailer extensions to add a delay https://github.com/mperham/sidekiq/blob/v5.2.7/lib/sidekiq/extensions/action_mailer.rb#L33 which serializes yaml and then restores it when worker...
within timecop Date.today was acting like Date.current and making it impossible to track down issues between Date.today and Date.current due to Date.today using system timezone and ignoring Time.zone Date.today can...
I recently implemented wal-e for postgres, and it's s3 storage and restore are very compelling.
I tried importing from temp which is on a separate filesystem and it returned an error, but when I move the file into /var/lib/ardb/ folder and imported from there it...
this solved my issues around crashes and memory leaks. didn't find good way to test but when garbage collection runs it doesn't clear mem of the external library
I have a simple rails app and after upgrading to datadog 4x and [email protected] it pulls in too many buildpacks and fails I rolled back the [email protected] and [email protected] and...
## Expected Behavior build worked as of Sept 12 11am central ## Current Behavior ERROR: failed to build: failed to write image to the following tags: [pack.local/builder/75647075726175716f69:latest: loading image "pack.local/builder/75647075726175716f69:latest"....
on a current version and master I am getting Invalid memory access when trying to run the ok.cr example.
rolling back to node 3.0.0 and [email protected] has fixed the issue. not sure why the latest shows node going to 3.0.1 and node-engine going back to 4.1.0