Skip to content

Instantly share code, notes, and snippets.

@Algiras
Created December 11, 2020 14:34
Show Gist options
  • Save Algiras/f440da4c410404858357023f2b7be080 to your computer and use it in GitHub Desktop.
Save Algiras/f440da4c410404858357023f2b7be080 to your computer and use it in GitHub Desktop.
cronService.stream.flatMap(
job => ZStream.fromEffect(actionLogTopic.record(ActionRequest(job.id)))
).runDrain.fork.toManaged_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment