Skip to content

Instantly share code, notes, and snippets.

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