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

Mirror deploy command did not work when being called from Task #1224

Open
JeffreyDallas opened this issue Jan 28, 2025 · 0 comments
Open

Mirror deploy command did not work when being called from Task #1224

JeffreyDallas opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs P2 Required to be completed in the assigned milestone, but may or may not impact release schedule. Pending Triage New issue that needs to be triaged by the team

Comments

@JeffreyDallas
Copy link
Contributor

Describe the bug

Mirror deploy command did not execute when being called from Task on Google GKE.
It exited immediately after trying to ping the node, and no exception or any error logs

      // ping the node client to ensure it is working
      await this._nodeClient.ping(AccountId.fromString(operatorId));

If bypass the ping function that deploy command worked as expected.

If mirror deploy is used in command line directly then everything is working as expected.

Describe the expected behavior

mirror deploy should work if called from Taskfile

To Reproduce

Run task default-with-mirror on one of google cluster

Additional Context

No response

@JeffreyDallas JeffreyDallas added Bug A error that causes the feature to behave differently than what was expected based on design docs Pending Triage New issue that needs to be triaged by the team labels Jan 28, 2025
@JeffreyDallas JeffreyDallas self-assigned this Jan 28, 2025
@JeffreyDallas JeffreyDallas added the P2 Required to be completed in the assigned milestone, but may or may not impact release schedule. label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs P2 Required to be completed in the assigned milestone, but may or may not impact release schedule. Pending Triage New issue that needs to be triaged by the team
Projects
None yet
Development

No branches or pull requests

1 participant