Skip to content

Add a batch UUID to the V1 Queue API request payload to improve handling of retried requests#307

Merged
ArturT merged 2 commits intomainfrom
batch-uuid
Sep 12, 2025
Merged

Add a batch UUID to the V1 Queue API request payload to improve handling of retried requests#307
ArturT merged 2 commits intomainfrom
batch-uuid

Conversation

@ArturT
Copy link
Copy Markdown
Member

@ArturT ArturT commented Sep 11, 2025

Description

Add a batch UUID to the V1 Queue API request payload to improve handling of retried requests.

Checks

  • I added the changes to the UNRELEASED section of the CHANGELOG.md, including the needed bump (i.e., patch, minor, major)
  • I followed the architecture outlined below for RSpec in Queue Mode:
    • Pure: lib/knapsack_pro/pure/queue/rspec_pure.rb contains pure functions that are unit tested.
    • Extension: lib/knapsack_pro/extensions/rspec_extension.rb encapsulates calls to RSpec internals and is integration and E2E tested.
    • Runner: lib/knapsack_pro/runners/queue/rspec_runner.rb invokes the pure code and the extension to produce side effects, which are integration and E2E tested.

@ArturT ArturT merged commit 3c133e8 into main Sep 12, 2025
25 checks passed
@ArturT ArturT deleted the batch-uuid branch September 12, 2025 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants