Update Thread Waits To Use Semaphores
Currently we're being silly and using repeated this_thread_sleep function calls, which is not very efficient. Instead, we should use a semaphore, which would be much more efficient.
For any IT related issues please open an issue at our ticketing system here on Gitlab. If you are unable to access GitLab please get in touch with the on-call engineer at (415) 504-2628.
Currently we're being silly and using repeated this_thread_sleep function calls, which is not very efficient. Instead, we should use a semaphore, which would be much more efficient.