loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.57k stars 639 forks source link

When running as a Docker container in AWS, BaGet server dies #739

Open MSM-Group-Inc opened 2 years ago

MSM-Group-Inc commented 2 years ago

Describe the bug

We are running BaGet in our AWS cluster as a Docker container. We have been using the server for about a year with no issues, but about a month and a half ago we started to have issues with the task dying; it seems to happen when pulling in packages in Visual Studio 2022. We are using Amazon RDS for backend storage, and the task itself is running with 1GB CPU/3GB RAM. I'm not anything to go off of in the application logs for BaGet, but I will include them below.

To Reproduce

Steps to reproduce the behavior:

  1. Using this version of BaGet - https://github.com/loic-sharma/BaGet/releases/tag/v0.4.0-preview2
  2. Using Visual Studio 2022, open "Manage Nuget Packages" and ensure that the source includes the BaGet server
  3. Task dies

Screenshots

image