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

Fixed issue with dynamic groups not being called in 2.3.0. #798

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

itdependsnetworks
Copy link
Contributor

No description provided.

@@ -478,6 +478,8 @@ def _generate_config_plan_from_manual(self):

def run(self, **data):
"""Run config plan generation process."""
self.logger.debug("Updating Dynamic Group Cache.")
update_dynamic_groups_cache()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should do a job input. Should "we" force this, or allow a job user to say I want to force the refresh.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps its a non-issue now but the refreshing of the cache was always the biggest time consumer.

@itdependsnetworks itdependsnetworks merged commit feac7f2 into develop Sep 3, 2024
14 checks passed
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.

2 participants