Path-Check / safeplaces-dct-app

COVID Safe Paths (based on Private Kit) is an open and privacy preserving system to use personal information to battle COVID
https://covidsafepaths.org
MIT License
466 stars 285 forks source link

handle failed intersect check #1343

Closed JacobJaffe closed 4 years ago

JacobJaffe commented 4 years ago

Previously, a failing intersect would prevent all other intersects from occurring because the job would always remain in progress.

This adds a catch statement to set the isServiceRunning to false on intersect failures