build(deps): bump sidekiq from 8.1.3 to 8.1.6#44
Open
dependabot[bot] wants to merge 6 commits into
Open
Conversation
Add DedupTechnologiesJob (ActiveJob::Continuable) that LLM-canonicalizes the distinct technology names from active offers into a raw->canonical alias map, rewrites every offer's tech arrays, and canonicalizes the scoring profile. The alias map and top-120 common techs are stored in Redis via TechnologyStore so the enrich step and API can read them cross-process. Enrich steps now feed the known-technology list into the LLM prompt and normalize extracted names by whitespace only (was strip-to-alpha + downcase), so providers emit canonical-cased names. Default model bumped to gpt-5-nano. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Wire sidekiq-scheduler (gem + web UI) and schedule Sourcing::DedupTechnologiesJob every Monday at 03:00 via config/sidekiq.yml. Gemfile.lock also carries incidental transitive bumps from the bundle install. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…lter technologies query gains includePrimary/includeSecondary/includeCommon args (no args = all); common technologies come from TechnologyStore. The job_offers technology filter now matches canonical names exactly via array overlap instead of normalizing both sides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Switch the discovery launch picker to technologies(includePrimary: true) so it lists only scoring-profile primary techs, not the common discovered set. Regenerate GraphQL types for the new query args. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ture Add a valid "origins" key to the invalid-shape storage state so the test isolates rejection of the malformed "cookies" entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.1.3 to 8.1.6. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v8.1.3...v8.1.6) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6ee26ef to
a02a207
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sidekiq from 8.1.3 to 8.1.6.
Changelog
Sourced from sidekiq's changelog.
Commits
90da768changes [ciskip]94c8888update changes [ciskip]393b56censure that busy?only parameter survives Live Poll refresh, #69926008c4fremove more rack::utils usagef87657dRename example erb to follow Herb's filenaming scheme7a4302dRemove rack::utils usage, use CGI88c4d7bbump832b343Implement parameter to limit data displayed on Busy page, fixes #69926820de0Add unit tests for Sidekiq::JobUtil (#6999)b8393faAdd unit tests for Sidekiq::Paginator (#7000)