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

AWS: test after deploying new function often fails with 404 #32

Closed
tripodsan opened this issue Dec 19, 2020 · 1 comment · Fixed by #35
Closed

AWS: test after deploying new function often fails with 404 #32

tripodsan opened this issue Dec 19, 2020 · 1 comment · Fixed by #35
Assignees
Labels

Comments

@tripodsan
Copy link
Contributor

tripodsan commented Dec 19, 2020

in circle ci:

--: testing action on AmazonWebServices ...
--: requesting: https://**********.execute-api.*********.amazonaws.com/helix-services/resolve-git-ref_ci2016/_status_check/healthcheck.json ...
id: XyaIRjLToAMEVFw=
error: 404
error: test failed: 404 {"message":"Not Found"}

but when then testing locally:

$ curl "https://pfbv1wwqyd.execute-api.us-east-1.amazonaws.com/helix-services/resolve-git-ref_ci2016/_status_check/healthcheck.json"
{"status":"OK","version":"ci2016","response_time":1599,"process":{},"github":1441}

Either retry after 404 a couple of times for fresh deployments or find a way to query API.

@tripodsan tripodsan self-assigned this Dec 21, 2020
tripodsan added a commit that referenced this issue Dec 21, 2020
tripodsan added a commit that referenced this issue Dec 21, 2020
github-actions bot pushed a commit that referenced this issue Dec 21, 2020
# [1.10.0](v1.9.1...v1.10.0) (2020-12-21)

### Bug Fixes

* **aws:** fetch all parameters ([#38](#38)) ([a98f7d8](a98f7d8)), closes [#37](#37) [#36](#36)
* **aws:** retry test for 404 ([#35](#35)) ([7607c45](7607c45)), closes [#32](#32)

### Features

* **aws:** add command to delete stray buckets ([#34](#34)) ([f6b1fa1](f6b1fa1)), closes [#33](#33)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant