How to run background jobs?
from nothingness@lemmy.world to rust@lemmy.ml on 18 Sep 2023 17:20
https://lemmy.world/post/5298151
from nothingness@lemmy.world to rust@lemmy.ml on 18 Sep 2023 17:20
https://lemmy.world/post/5298151
Is there any library for the queueing mechanism?
What’s used by the most - Cron? But a task or rather script executed by Cron won’t access to the context of an application. Meaning, a task will have be an independent unit. Whereas I want is a library to use inside a project such that it’ll have access to everything.
Anything similar to Sidekiq exist in Rust?
threaded - newest