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

Duty cycle tracker #536

Merged
merged 5 commits into from
Dec 19, 2024
Merged

Duty cycle tracker #536

merged 5 commits into from
Dec 19, 2024

Conversation

marc-adaptive
Copy link
Contributor

Add duty cycle trackers to framer, library, indexer

final List<Agent> agents = new ArrayList<>();
agents.add(inboundIndexer);
agents.add(outboundIndexer);
agents.add(replayer);
agents.add(dutyCycleTrackingAgent);
Copy link
Collaborator

Choose a reason for hiding this comment

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

While your solution is cleaner, I'd like to avoid changing thread names, can we squeeze that tracking into one of the existing agents?

@marc-adaptive marc-adaptive merged commit d9ef124 into master Dec 19, 2024
6 checks passed
@marc-adaptive marc-adaptive deleted the duty-cycle-tracker branch December 19, 2024 21:54
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