Hi,
We recently upgrade our Phabricator instance (https://reviews.llvm.org) from 9eda21451a4455ba0c11bf675b334c028e29b0c9 (Jun 30, 2015) to 27006fedccc2f487dcaf7177f6d127ccd0e6df7d (Fri Sep 23, 2016) .
In the new version, we are experiencing issues with importing commits from our svn repository:
Our svn server has always been unstable, which causes update errors from time to time. But this can often be fixed by retrying update once or twice. In the older version, the retry (scheduled by Phabricator iteself) works fine. However, in the newer version, the update frequency becomes a few days when there is an update error, and I didn't see any leased or queued task in the /daemon page. So I guess Phabricator does not retry in this case (and it would not update unless manually scheduled).
Is this behavior expected? Is there a way to force phabricator to retry after a certain amount of time?
Thanks!