sidekiq-sequence
sidekiq-sequence copied to clipboard
Sequential Sidekiq jobs for Rails
I have a sequence with 3 workers that 1) summarize, 2) tag, and 3) categorize a record. Due to natural inconsistencies, I have several records that are summarized but not...
I have a sequence with 2 steps that is not running. ```ruby class Events::ResetRecurrencesSequence < Sidekiq::Sequence::Base step DestroyRecurrences step CreateRecurrences end ``` ```ruby # app/jobs/events/reset_recurrences_sequence/destroy_recurrences.rb class Events::DestroyEventSequence::DestroyRecurrences include Sidekiq::Sequence::Worker def...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....
Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...
Bumps [activerecord](https://github.com/rails/rails) from 7.0.4 to 7.0.4.1. Release notes Sourced from activerecord's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [actionpack](https://github.com/rails/rails) from 7.0.4 to 7.0.4.1. Release notes Sourced from actionpack's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Hey, I've been getting quite a few of these lately and wondering if there is anything to do about them! Everything is working fine honestly, just these errors appear.. Thanks