batch-rs
batch-rs copied to clipboard
Write a Faktory adapter
Faktory is a new message broker (written by the author of sidekiq
) that aims to be as language agnostic as possible. It probably shouldn't be too hard to write an adapter for it given how it works.
There already exists a client faktory-rs
but its a high-level one, and it only supports synchronous I/O for now.