snoyberg / keter

Web app deployment manager
MIT License
260 stars 71 forks source link

Use unliftio exception or safe exception rather then control.exception #266

Open jappeace opened 2 years ago

jappeace commented 2 years ago

In the Keter.Plugin.Postgres we currently catch all async exceptions as well. This isn't good: https://www.fpcomplete.com/haskell/tutorial/exceptions/#async-exceptions