]> git.sesse.net Git - skvidarsync/commit
If reconnect fails, don't kill the entire script.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Feb 2024 19:52:49 +0000 (20:52 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Feb 2024 19:52:49 +0000 (20:52 +0100)
commit42e66ba5d0de97c67ad1950284dc73d14eeeb3e2
tree42b25d1f13705065efc5457e5a80f070e03b2fdc
parent5da02187e6ea2106d608182b4ca8a9402aafa55d
If reconnect fails, don't kill the entire script.

The intention was indeed to try again, but RaiseError on DBI->connect()
evidently also raises error on connection failure.
bin/sync.pl