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: sonus21/rqueue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: sonus21/rqueue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 1 commit
  • 24 files changed
  • 1 contributor

Commits on Jul 22, 2025

  1. check duplicate message before enqueue (#260)

    * check duplicate message before enqueue
    
    * add duplicate check in unique in as well
    
    * add copyright
    
    * update changelog file
    
    * version update
    
    * doc update
    
    * reuse the method
    
    * fix: duplicate message test
    
    * wip
    
    * throw error when duplicate message is saved
    
    * test compilation issue
    
    * fix: misuse of mockito argument checker
    
    * increase timeout
    
    * test: revert test properties
    
    * fix: the enque in should not use push periodic message
    
    * delete test data
    
    * fix: do not use system redis
    
    * do not retry test
    
    * fix: reactive message enqueue
    
    * chore: change BiFunction to Function
    
    * chore: update changelog
    
    * chore: update changelog
    sonus21 authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    9fec46e View commit details
    Browse the repository at this point in the history
Loading