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

chore(serverless): lazy load slow package imports #8994

Merged
merged 10 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. Lazy import logging.handlers.

    This import takes around 89ms and is unneeded when run in serverless.
    purple4reina committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b17dfb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f00e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26a40d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfbbe7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    272c4e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75c0ad8 View commit details
    Browse the repository at this point in the history
  7. Linting.

    purple4reina committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1b70095 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    aa8ecaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9e10b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee10a3 View commit details
    Browse the repository at this point in the history