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

Add --num-acceptors flag + Allow work_klass via Proxy context manager kwargs #714

Merged
merged 28 commits into from
Nov 9, 2021

Commits on Nov 8, 2021

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

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    c4fc97f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cddf7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50b1e14 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'override-work-klass' of github.com:abhinavsingh/proxy.p…

    …y into override-work-klass
    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6f0aa7e View commit details
    Browse the repository at this point in the history
  5. Remove unused

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    96d1b51 View commit details
    Browse the repository at this point in the history
  6. Lint errors

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f7aace9 View commit details
    Browse the repository at this point in the history
  7. Another arg not kwarg

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a8aeaf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24c661c View commit details
    Browse the repository at this point in the history
  9. mypy fixes

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6492cf4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3402eb9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3205ccc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c594731 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9f1927 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5058fd6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d42c9ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    730c44c View commit details
    Browse the repository at this point in the history
  17. Turn work_klass into a flag. main() no longer accepts input_args (onl…

    …y kwargs opts). Similarly, Proxy doesnt accept any input_args now (only kwargs opts)
    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3c9a24b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b3b622a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5085538 View commit details
    Browse the repository at this point in the history
  20. Start to fix tests

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    68d706e View commit details
    Browse the repository at this point in the history
  21. Fix tests

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    123248d View commit details
    Browse the repository at this point in the history
  22. mypy and flake8

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3a73901 View commit details
    Browse the repository at this point in the history
  23. Trailing comma

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5e1e860 View commit details
    Browse the repository at this point in the history
  24. Remove unused var

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    bf3b466 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    edb3b3a View commit details
    Browse the repository at this point in the history
  26. Unused arg

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6fb669a View commit details
    Browse the repository at this point in the history
  27. uff

    abhinavsingh committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d5aa4ce View commit details
    Browse the repository at this point in the history