You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the semaphore for update_targets in the runner causes the entire program to wait for the whole update operation to complete. Decouple this by initiating copying data from the dequeue and then initiating a thread to update targets.
The text was updated successfully, but these errors were encountered:
For @shyamd
Currently, the semaphore for update_targets in the runner causes the entire program to wait for the whole update operation to complete. Decouple this by initiating copying data from the dequeue and then initiating a thread to update targets.
The text was updated successfully, but these errors were encountered: