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

Move BackgroundTask execution outside of middleware stack #1700

Closed
wants to merge 19 commits into from

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    5b15af4 View commit details
    Browse the repository at this point in the history
  2. add middleware src file

    adriangb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    19878ed View commit details
    Browse the repository at this point in the history
  3. remove extra list

    adriangb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c313791 View commit details
    Browse the repository at this point in the history
  4. remove sleeps

    adriangb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    72e14aa View commit details
    Browse the repository at this point in the history
  5. remove aclosing

    adriangb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cfc83a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. add test

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bcec47d View commit details
    Browse the repository at this point in the history
  2. add test

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c9ac227 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    f5cb1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b43cec View commit details
    Browse the repository at this point in the history
  3. make backwards compatible

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4bade40 View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d6659a5 View commit details
    Browse the repository at this point in the history
  5. minimize diff

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c6fcfac View commit details
    Browse the repository at this point in the history
  6. Update tests/middleware/test_base.py

    Co-authored-by: Jean Hominal <jhominal@gmail.com>
    adriangb and jhominal committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    7d8b50b View commit details
    Browse the repository at this point in the history
  7. Update tests/middleware/test_base.py

    Co-authored-by: Jean Hominal <jhominal@gmail.com>
    adriangb and jhominal committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6cb1b06 View commit details
    Browse the repository at this point in the history
  8. fix test

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    5e6b2bc View commit details
    Browse the repository at this point in the history
  9. improve test

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b9a54c8 View commit details
    Browse the repository at this point in the history
  10. remove test

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c0af53d View commit details
    Browse the repository at this point in the history
  11. remove import

    adriangb committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    072e949 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

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