7
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

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?

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 0 points 2 years ago

If you need for them to run at a specific time, spawn task ,tokio::time::sleep , run job, loop.

How would you do it every 30 minutes? Every 5 hours? Once a day?

this post was submitted on 18 Sep 2023
7 points (73.3% liked)

Rust Programming

8858 readers
1 users here now

founded 6 years ago
MODERATORS