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

156 1mb error handling #179

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Commits on Jun 12, 2023

  1. Messages larger than 1 MB caught

    Implement code to stop send_all from clearing the message if it's too
    large.
    jounaidr authored and tofu-rocketry committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3052e3d View commit details
    Browse the repository at this point in the history
  2. Place too large message in rejected queue

    Signed-off-by: jounaidr <[email protected]>
    jounaidr authored and tofu-rocketry committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bda9e02 View commit details
    Browse the repository at this point in the history
  3. Reorder imports, move comment, use logging.warning

    - Reorder argo_ams_library imports alphabetically.
    - Move comment to more logical position.
    - Change logging.warn to .warning as former is deprecating.
    tofu-rocketry committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e266757 View commit details
    Browse the repository at this point in the history