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

DR-853 Recude Controller API calls #1352

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

jwalstra-keeper
Copy link
Contributor

Commands like ...

* `pam action discover job remove`
* `pam action discover job status`
* `pam action discover process`

were calling gateway_helper.get_all_gateways in a loop. Change the code to call the it outside of the loop and passed the list of gateways to the from_configuration_uid

Commands like ...

    * `pam action discover job remove`
    * `pam action discover job status`
    * `pam action discover process`

were calling `gateway_helper.get_all_gateways` in a loop.
Change the code to call the it outside of the loop
and passed the list of gateways to the `from_configuration_uid`
@jwalstra-keeper jwalstra-keeper merged commit 0df5f49 into release Jan 6, 2025
0 of 2 checks passed
@jwalstra-keeper jwalstra-keeper deleted the DR-853_reduce_controller_api_calls branch January 6, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant