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
TCR should have the same behavior whichever the environment it's running in (slow machine, network with latency, etc.)
Feature Description
Current TCR implementation waits for 2s to re-arm the filesystem watching goroutine in order to cope with the changes done by TCR when using the commit-failure option. This works on machines running in a "normal" environment, but could fail in a "degraded" environment. We should look into a solution where we synchronize goroutines rather than relying on a timer.
Alternatives
Stay with current implementation
Additional Context
N/A
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
Feature Request
TCR should have the same behavior whichever the environment it's running in (slow machine, network with latency, etc.)
Feature Description
Current TCR implementation waits for 2s to re-arm the filesystem watching goroutine in order to cope with the changes done by TCR when using the commit-failure option. This works on machines running in a "normal" environment, but could fail in a "degraded" environment. We should look into a solution where we synchronize goroutines rather than relying on a timer.
Alternatives
Stay with current implementation
Additional Context
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: