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

concurrent Alibaba Cloud deployments failing #408

Open
ypwong99 opened this issue Mar 13, 2024 · 1 comment
Open

concurrent Alibaba Cloud deployments failing #408

ypwong99 opened this issue Mar 13, 2024 · 1 comment

Comments

@ypwong99
Copy link
Collaborator

ypwong99 commented Mar 13, 2024

Currently, STeLLAR supports deployments to Alibaba Cloud through the serverless-aliyun-function-compute plugin. However, the plugin appears to have a limitation. During deployments, it attempts to create a single OSS bucket with the exact same name, in the format of sls-{ACCOUNT_NUMBER}-{REGION_NAME}. This is an issue as OSS bucket names must be unique globally and subsequent deployments through the plugin would fail. This is the root cause of STeLLAR integration/end-to-end test failures when they are executed concurrently.

Alibaba Cloud documentation suggests the use of an alternative framework, Serverless Devs for Functions Compute deployments.

@ypwong99
Copy link
Collaborator Author

The issues above were first raised in #306.

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