Closed aryanjassal closed 1 week ago
This PR depends on https://github.com/MatrixAI/Polykey/pull/838.
After that PR has been merged, this can be too.
That's great how can we prevent regressions of this nature in the future? Types or fast check tests?
That's great how can we prevent regressions of this nature in the future? Types or fast check tests?
https://github.com/MatrixAI/Polykey/issues/797#issuecomment-2467292822
I ran manual sanity checks for this change by printing the status of the actual task in TaskManager.startTask()
and by setting the time interval to 1 second so it will trigger continuously. That resulted in zero errors and the rediscovery triggering each second.
This means that the changes made was successful in fixing this issue.
Now that the CI is passing and the changes are approved, I will be merging this and making a release.
Description
When starting the agent after approximately 1 hour, an error is thrown like such:
This is caused due to a minor typo in the discovery domain. This has been resolved in this PR, and similar messages should no longer happen.
Issues Fixed
Tasks
Final checklist