FANG
Fang is a background task processing for Rust. It uses Postgres DB as a task queue.
Get startedFang is a background task processing for Rust. It uses Postgres DB as a task queue.
Get startedWorkers can be started in threads (threaded workers) or tokio tasks (async workers)
Tasks can be scheduled at any time in the future
Tasks can be scheduled using cron expressions
Tasks are not duplicated in the queue if they are unique
Tasks are stored in a single table but workers can execute only tasks of the specific type