You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When doing on-upload signing (#3425), the file makes an extra round trip to be reachable by workers:
Unsigned Package is downloaded by API service as temporary uploaded file
Unsigned Package is uploaded to storage as PulpTemporaryFile
Unsigned Package is downloaded by worker, which then signs it
Signed Package is uploaded to worker and temporary Unsigned Package gets deleted
Describe the solution you'd like
Cut out steps 2 and 3, which can get quite costly for larger RPMs packages.
Is your feature request related to a problem? Please describe.
When doing on-upload signing (#3425), the file makes an extra round trip to be reachable by workers:
Describe the solution you'd like
Cut out steps 2 and 3, which can get quite costly for larger RPMs packages.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: