blob: a52f1dce901c8186041392e5815d0c3adff5e18b [file] [log] [blame]
#summary One-sentence summary of this page.
= Developer FAQ =
* How should one handle repository being unavailable during init()?
init() will error if the SP server is unavailable, but the
GsaCommunicationHandler will retry init() using exponential backoff
(starting at a second and maxes at an hour) until it is interrupted,
shutdown, or successful.