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

Truncate image for list images for a provider and a given state #138

Merged
merged 1 commit into from
May 15, 2024

Conversation

guangyee
Copy link
Collaborator

To avoid going over the AWS lambda payload size, we need to truncate the payload when listing images for a provider and a given image state (i.e. deleted). The truncated images are based on the oldest deleted date.

Also update requirements.txt and test-requirements.txt with the latest available versions for Python 3.6.15.

@guangyee guangyee requested review from mbelur and rtamalin May 14, 2024 23:27
@guangyee guangyee marked this pull request as draft May 14, 2024 23:27
@guangyee guangyee force-pushed the truncate_deleted_payload branch 2 times, most recently from 2baaa8a to 3d518bf Compare May 15, 2024 00:11
To avoid going over the AWS lambda payload size, we need to truncate
the payload when listing images for a provider and a given image
state (i.e. deleted). The truncated images are based on the oldest
deleted date.
Copy link
Collaborator

@mbelur mbelur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@rtamalin rtamalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

My concern about a lack of clarity as to how the requirements.txt and test-requirements.txt versions were selected has been addressed. As to whether that is the best approach in the long run is a separate discussion we can address after this PR has been merged. ;-)

@guangyee guangyee marked this pull request as ready for review May 15, 2024 19:55
@guangyee guangyee merged commit 445afa0 into SUSE-Enceladus:master May 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants