mirror of
https://github.com/sismics/docs.git
synced 2025-12-17 11:41:41 +00:00
inbox service: catch all errors to avoid service crash
This commit is contained in:
@@ -56,7 +56,7 @@ public class InboxService extends AbstractScheduledService {
|
||||
protected void runOneIteration() {
|
||||
try {
|
||||
syncInbox();
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
log.error("Exception during inbox synching", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user