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

asynchronous SOCI index build #18

Open
tmokmss opened this issue Jun 28, 2024 · 0 comments
Open

asynchronous SOCI index build #18

tmokmss opened this issue Jun 28, 2024 · 0 comments

Comments

@tmokmss
Copy link
Owner

tmokmss commented Jun 28, 2024

Builiding SOCI index takes decent time if a target contaier image is large, making iteration cycle slow. To avoid this, we allow to build an index asynchronously, returning SUCCESS response to CloudFormation immediately after CodeBuild job is started, and build an index after that.

Caveats: There is possibility that deployment successes while SOCI index fails to build. So we have to recommend the flag only for development/testing purposes.

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

No branches or pull requests

1 participant