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

11/6/24 Production deploy #1401

Merged
merged 6 commits into from
Nov 6, 2024
Merged

11/6/24 Production deploy #1401

merged 6 commits into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. Sticking the job cache into the flask app's config, in an effort to

    improve/fix things.
    
    Signed-off-by: Cliff Hill <[email protected]>
    xlorepdarkhelm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5a9b867 View commit details
    Browse the repository at this point in the history
  2. Flake8 stuff.

    Signed-off-by: Cliff Hill <[email protected]>
    xlorepdarkhelm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    50754d9 View commit details
    Browse the repository at this point in the history
  3. Logging job_cache actions, to see what's going on.

    Signed-off-by: Cliff Hill <[email protected]>
    xlorepdarkhelm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ec8ee67 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Bump production app memory to 3 GB

    This changeset bumps our production app memory for the API to 3 GB available in anticipation of the shift of the job cache being managed by the application itself instead of a worker process.
    
    Signed-off-by: Carlo Costino <[email protected]>
    ccostino committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e2956e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1399 from GSA/moving_multiprocessing_manager

    Moving the Job Cache to the flask app's config
    stvnrlly authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d6de91e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1400 from GSA/bump-prod-app-memory

    Bump production app memory to 3 GB
    stvnrlly authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0d80c61 View commit details
    Browse the repository at this point in the history