Aaron Frase
Aaron Frase
Rufus calls the block with the current time instead of the time the job is scheduled to run. If you have multiple hosts, it's possible that Rufus will run the...
Hey folks! So I recently had some free time and decided to revisit this issue I had previously fixed at the company I was working for back in 2019. I...
This is another change that I think helped eliminate the multi job issue in addition to #463. From the Redis [docs](https://redis.io/docs/interact/transactions/) > All the commands in a transaction are serialized...
When using devise on an API only rails application some controllers still tried to add to the `request.flash` object. - Use `#set_flash_message!` instead of `#set_flash_message` in `app/controllers/devise_controller.rb`, `app/controllers/devise/passwords_controller.rb`, and `app/controllers/devise/registrations_controller.rb`....
Currently there is only a singular customizable dimension added to the metrics. The readme suggests changing the value to your app name like `App:demo-web-puma` but if you have a staging...