Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ruby_event_store-sidekiq_scheduler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby_event_store-sidekiq_scheduler

  • 0.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Ruby Event Store Sidekiq Scheduler

A library to schedule Ruby Event Store handlers to sidekiq.

Ruby Event Store Sidekiq Scheduler

How to use this gem

Add to your gemfile in application:

gem "ruby_event_store-sidekiq_scheduler"

Declare the scheduler in your Ruby Event Store configuration. We recommend to use it with AfterCommitAsyncDispatcher

event_store = RailsEventStore::Client.new(
  dispatcher: RailsEventStore::AfterCommitAsyncDispatcher.new(scheduler: RubyEventStore::SidekiqScheduler.new(serializer: RubyEventStore::Serializers::YAML),
)

Read more about using asynchronous handlers

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/RailsEventStore/rails_event_store.

FAQs

Package last updated on 12 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc