thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
168 stars 15 forks source link

Unable to create a package in wingetty for large installble #58

Open Nizamc opened 1 month ago

Nizamc commented 1 month ago

Describe the bug I'm trying to upload a nested installer that is a hefty 4.5 GB (install.zip). Nothing seems to happen in the GUI once the upload is complete, but I see a message in the log like: [1] [CRITICAL] WORKER TIMEOUT.

To Reproduce Steps to reproduce the behavior:

  1. Click Add Package
  2. Fill out form, and select an installer that's large enough to trigger the timeout
  3. Wait
  4. See error in logfile

Expected behavior Package should be available for install in wingetty.

Screenshots image

General Information:

Additional context Add any other context about the problem here.

thilojaeggi commented 1 month ago

Have you tried updating to version 1.0.0?

Nizamc commented 1 month ago

we tried to update to latest, it seems v1.0.0, is not stable version.. it was giving application timeout(unable to open web application). Hence revert back to 0.0.9

Nizamc commented 2 weeks ago

@thilojaeggi any update on above reported issue. How to resolve this?