-
-
Notifications
You must be signed in to change notification settings - Fork 760
Expose timeout parameter to packs.install on st2 client pack install #5174
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
base: master
Are you sure you want to change the base?
Conversation
I believe you also need to update |
Thanks for the contribution. Overall, I'm fine with this change, but as mentioned above, it needs some more work + ideally at least the unit test for the API layer (that one shouldn't be too hard to add). |
We just reformatted the code with black. (Hooray!) And this PR got caught in the cross fire too. (Arrgh!) |
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue. |
|
@hnanchahal I just merged in master and dealt with reformatting. |
Rephrasing what Kami said, to finish up this PR, you need to add the server-side / API changes. So, you've added the CLI changes and the spec changes, the last pieces are:
And sign the CLA :) If you can get this done within a week or two I'll merge it in time to release 3.7.0. Cheers! |
any update here? We have a pack with a long installation process that takes longer than the default 600s. It would be nice to use this feature to set the timeout to a custom length. |
Added timeout parameter for pack install st2 client run to help with long running installs. This was already expose in
packs.install
action but st2client was not updated to reflect the change.