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

Fix high memory usage in retry middleware #2740

Merged
merged 3 commits into from
Jan 26, 2018

Commits on Jan 26, 2018

  1. add basic retry integration test

    m3co-code authored and traefiker committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    0dec2cf View commit details
    Browse the repository at this point in the history
  2. copy and rename response recorder to error pages

    The retry middleware will be refactored in the next commit, so that it
    doesn't need the original retryResponseRecorder anymore. The
    retryResponseRecorder, however, was used also for the error pages and
    so I am moving it to the file and rename it accordingly in this commit.
    m3co-code authored and traefiker committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    eda9ac2 View commit details
    Browse the repository at this point in the history
  3. fix retry middleware high RAM usage

    m3co-code authored and traefiker committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c8cbacd View commit details
    Browse the repository at this point in the history