Skip to content

Instantly share code, notes, and snippets.

@natansil
Created May 17, 2021 14:28
Show Gist options
  • Save natansil/743ccf12e7e5f8d9c1236656ddc8489f to your computer and use it in GitHub Desktop.
Save natansil/743ccf12e7e5f8d9c1236656ddc8489f to your computer and use it in GitHub Desktop.
runSomePeriodicJob
.tapCause(c => console.putStrLn(s"job failed with $c. extra information..."))
.repeat(Schedule.spaced(1.seconds)).forkDaemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment