tharwaninitin / cron4zio

Cron4ZIO is library to run ZIO effects based on cron expressions.
Apache License 2.0
5 stars 0 forks source link

Task failures #4

Open fernanluyano opened 1 year ago

fernanluyano commented 1 year ago

What if tasks fail? The schedule dies. I suggest catching the error and maybe return an Either[Throwable, A] instead