eventboss icon indicating copy to clipboard operation
eventboss copied to clipboard

Simple and efficient Pub/Sub built on top of AWS SNS/SQS

Results 4 eventboss issues
Sort by recently updated
recently updated
newest added

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

good first issue

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...

dependencies