Created wiki page through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
new file mode 100644
index 0000000..a52f1dc
--- /dev/null
+++ b/DeveloperFAQ.wiki
@@ -0,0 +1,11 @@
+#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.
+