FileSystemWatcher Events Retries

Hi, I setup a file watcher that detects file creations and process them in the Event Handler. I noticed that when a Hangfire task fails it will retry 10 times but an event fails Hangfire.server will shutdown. How can i prevent the exception propagation upwards and prevents Hangfire.server from shutting down?