This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle all exceptions during queue processing
This reverts a change that made QueueProcessor only handle InterruptedException. Instead we want to ignore and log all exceptions because otherwise the QueueProcessor thread would fail silently.
- Loading branch information