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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
I have discovered that sleeping for 1 second in wait_for_status retries is slowing down weave launch a fair bit. Ideally we'd sleep for a fractional time, but that is non-POSIX so we need to find a way around that.
The text was updated successfully, but these errors were encountered:
I think just trying a fractional time and seeing whether sleep dies with an error will be fine. But an alternative would be to do sleep --version and look for an appropriate coreutils version (I doubt POSIX specifies what --version should do, but it is even less likely to cause a problem.)
rade
added a commit
to rade/weave
that referenced
this issue
Jun 23, 2015
I have discovered that sleeping for 1 second in
wait_for_status
retries is slowing downweave launch
a fair bit. Ideally we'd sleep for a fractional time, but that is non-POSIX so we need to find a way around that.The text was updated successfully, but these errors were encountered: