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

Raise different exception on processing timed out message #28

Merged
merged 7 commits into from
Sep 19, 2022

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    0a65c90 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Merge branch 'master' into improve-exception-on-processed-message

    Conflicts:
      ansq/tcp/types/message.py
      tests/test_read_messages.py
    atugushev committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    074e573 View commit details
    Browse the repository at this point in the history
  2. Improve new tests speed

    atugushev committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ee68139 View commit details
    Browse the repository at this point in the history
  3. Remove message.is_processed check in nsq.messages()

    There is no way a message could appear in messages() after fin() and touch()
    atugushev committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    907badc View commit details
    Browse the repository at this point in the history
  4. Check error log

    atugushev committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    9da588b View commit details
    Browse the repository at this point in the history
  5. Improve naming and wording

    atugushev committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    9712062 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    471ba66 View commit details
    Browse the repository at this point in the history