Hi,
I'm working on a project (in Rust) where I need to schedule and execute tasks on a multi-instance environment. so I'm looking for a tool that can do the job.
In Java (Spring boot), I used to do this with Redisson
Are there any Rust alternative solutions ?
Thanks.