Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset state to READY before completing futures
This should fix a race condition where we: 1. say we're ready for new work by completing the predict future 2. this updates healthcheck status by setting runner back to "not busy" 3. we haven't updated worker state to READY yet, so the next prediction fails
- Loading branch information