gdev icon indicating copy to clipboard operation
gdev copied to clipboard

Sometimes data container startup is slow and gdev fails to do initial sync

Open onnimonni opened this issue 9 years ago • 0 comments

This happened me today:

onnimonni@omppukone:~/P/G/s/client> gdev up                                                                 
gdev_nginx_1 is up-to-date
gdev_signaler_1 is up-to-date
gdev_mail_1 is up-to-date
gdev_dnsmasq_1 is up-to-date
Starting wp_project_data_1
INFO: Starting to sync into port: 32768...
Fatal error: Lost connection with the server

But when I run gdev sync afterwise it worked just fine.

Gdev should poll on the container port and wait that unison is ready before starting the initial sync. Or try again after 1s if the initial sync fails.

onnimonni avatar Sep 07 '16 16:09 onnimonni