-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove AWS SDKv2 #30
Remove AWS SDKv2 #30
Conversation
@Ic3w0lf When will his be merged? I'm getting some odd timeout errors when running the 4.1.0 version and would like to check if this PR fixes the issue. FYI |
Hey @MrNoyceCosta I still need to fix some issues regarding the action not outputting all logs. However, the error you get sounds like maybe your task runs longer than 5 minutes or takes more time to start up. Did you try increasing the Also, I think you can define branch names when you use this action. E.g. like Best regards |
@Ic3w0lf Thanks for your reply. The task could be running for quite some time. What is the max value that can be set for task-stopped-max-wait-time? |
@MrNoyceCosta I don't there is a hard limit here (at least I couldn't find any in the documentation). However, please be careful to not have your GitHub Actions cost explode if you set the limit too high. You can also set the |
So i am running into a similar issue here after following your example code @Ic3w0lf. The GH action job fires, spins up my container and runs laravel's db:migrate no worries, with a log of The container then exits, with the status
The GH action responds with
my GH action is pretty much as per the example"
|
@gregnetau Hmm... this is weird! If you set There was an issue in earlier versions using the SDKv3 that looked like yours, when the container that was started only ran for a short time. I explained that here in more detail: #29 Also, I assume its a copy-paste error, but make sure to not have the 3 backticks at the end of the |
🏷️ [bumpr] Next version:v5.0.0 Changes:v4.1.0...geekcell:sdkv3-rep |
🚀 [bumpr] Bumped! New version:v5.0.0 Changes:v4.1.0...v5.0.0 |
What it solves
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
, orenhancement
bump:patch
,bump:minor
, orbump:major
if this PR should create a new release