Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Redis-backed queues do not consume further messages once a queue is empty #168

Merged
merged 6 commits into from
Sep 26, 2024

Commits on Sep 24, 2024

  1. Redis-backed queues are no longer listened to once a list is empty.

    * LPop does not wait for new messages.
    * Use BLPop which is blocking version for LPop and waits for new messages.
    
    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f137af0 View commit details
    Browse the repository at this point in the history
  2. Bump minor version for redis-http-connector

    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1735cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Use exit signal handler to terminate the process cleanly

    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    badedbf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Upgrade go version to 1.23.1.

    Fix redis connector issue.
    
    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    66edffb View commit details
    Browse the repository at this point in the history
  2. Update golangci-lint version to v1.61.0 to support Go v1.23.1

    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    001c7cf View commit details
    Browse the repository at this point in the history
  3. Bump minor version for all the connectors

    Signed-off-by: Md Soharab Ansari <[email protected]>
    soharab-ic committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f8bda6e View commit details
    Browse the repository at this point in the history