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

[KOM-36] Parallelize GCP & Azure resource fetching #1197

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

Azanul
Copy link
Collaborator

@Azanul Azanul commented Nov 14, 2023

Problem

Resource fetching performance improvement for GCP and Azure.

Solution

Submitting the tasks to worker pool instead of executing synchronously.

Changes Made

  • Updated respective function signatures
  • Used providers.WorkerPool.SubmitTask to submit the task to worker pool

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
@mlabouardy mlabouardy merged commit 0312702 into tailwarden:develop Nov 14, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure gcp go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants