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

Optimisation: agent start-up time for cloud environment detection could be improved #2845

Open
fallwith opened this issue Sep 10, 2024 · 1 comment
Labels
oct-dec qtr Possible FY Q3 candidate

Comments

@fallwith
Copy link
Contributor

The agent performs 3 linear checks - each with a 1 second timeout - to test for the contexts of AWS, GCP, and Azure. For agent instances outside of those contexts, start-up time could be waiting for 3 seconds.

We should investigate how to optimise this start-up delay.

Perhaps:

  • We could multithread the 3 checks
  • We could better enable customer control, through config and/or docs, over specifying their cloud environment to skip the others
@fallwith fallwith added the oct-dec qtr Possible FY Q3 candidate label Sep 10, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oct-dec qtr Possible FY Q3 candidate
Projects
Development

No branches or pull requests

1 participant