Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppsDevTeam/background-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc912a3
Choose a base ref
...
head repository: AppsDevTeam/background-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3c478b
Choose a head ref
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Jun 23, 2026

  1. Implement label-specific DIE queues for targeted consumer restart

    - Add Manager methods getTopPriorityName() and includeTopPriority() to support per-label DIE queues (e.g., 0_worker)
    - Update Consumer and Producer interfaces to accept optional consumerLabel parameter
    - Add -l/--label option to consume and reload-consumers commands
    - Enhance reload-consumers to send DIE per label with -l option (e.g., -l label1,label2) while maintaining backward compatibility (number of DIE messages per label/queue)
    - Update Producer helper signatures to match interface changes
    - Add comprehensive unit and integration tests for label queue naming and reload logic
    - Update README and CLAUDE.md with new functionality and usage guidance
    Viktor Mašíček committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    e3c478b View commit details
    Browse the repository at this point in the history
Loading