You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// crash the server if localsync fails for any reason
149
+
// panic!("Local Sync thread died. Server will fail now!")
150
+
returnErr(anyhow::Error::msg("Failed to sync local data to drive. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
151
+
},
152
+
_ = &mut remote_sync_outbox => {
153
+
// remote_sync failed, this is recoverable by just starting remote_sync thread again
// crash the server if localsync fails for any reason
393
-
// panic!("Local Sync thread died. Server will fail now!")
394
-
returnErr(anyhow::Error::msg("Failed to sync local data to drive. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
395
-
},
396
-
_ = &mut remote_sync_outbox => {
397
-
// remote_sync failed, this is recoverable by just starting remote_sync thread again
// crash the server if localsync fails for any reason
139
+
// panic!("Local Sync thread died. Server will fail now!")
140
+
returnErr(anyhow::Error::msg("Failed to sync local data to drive. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
141
+
},
142
+
_ = &mut remote_sync_outbox => {
143
+
// remote_sync failed, this is recoverable by just starting remote_sync thread again
// crash the server if localsync fails for any reason
384
-
// panic!("Local Sync thread died. Server will fail now!")
385
-
returnErr(anyhow::Error::msg("Failed to sync local data to drive. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
386
-
},
387
-
_ = &mut remote_sync_outbox => {
388
-
// remote_sync failed, this is recoverable by just starting remote_sync thread again
0 commit comments