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

Add a heartbeat to the Client #175

Closed
AndyGrant opened this issue Sep 26, 2023 · 1 comment
Closed

Add a heartbeat to the Client #175

AndyGrant opened this issue Sep 26, 2023 · 1 comment

Comments

@AndyGrant
Copy link
Owner

Currently, we attempt to report to the server every 30 seconds or so. If we have no data, we can still hit the server in order to keep our worker "updated". At this time, the server may send a response with a "stop" header. The client then can set the abort flags on the cutechess threads.

This will resolve an issue where the framework "appears" to lose cores when playing long workloads, or tunes that have BULK reporting.

@AndyGrant
Copy link
Owner Author

Resolved in b3f8cc6

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

No branches or pull requests

1 participant