eventboss
eventboss copied to clipboard
Simple and efficient Pub/Sub built on top of AWS SNS/SQS
Right now, we can't upgrade `dotenv` because of a gem conflict. So, instead of just loosening the dependency, I decided to cut it out completely. That said, if `dotenv` is...
This code works: ```ruby class EventbossLoggerTags < Eventboss::Middleware::Base def call(work) queue_name = work.queue.name Rails.logger.tagged(queue_name) do yield end end end ``` while this ```ruby class EventbossLoggerTags < Eventboss::Middleware::Base def call(work, &block)...
We should keep the changelog up to date, when releasing new versions. Even better, if it is generated automatically
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...