Job runner and scheduler. Run your server-side background tasks or jobs in a neat way.
Go to file
2024-07-21 17:11:42 +02:00
examples initial commit 2024-04-27 11:59:43 +02:00
migrations feat: storing tasks runs in Sqlite DB 2024-07-21 17:11:42 +02:00
src feat: storing tasks runs in Sqlite DB 2024-07-21 17:11:42 +02:00
.env.example initial commit 2024-04-27 11:59:43 +02:00
.gitignore initial commit 2024-04-27 11:59:43 +02:00
Cargo.lock feat: storing tasks runs in Sqlite DB 2024-07-21 17:11:42 +02:00
Cargo.toml feat: storing tasks runs in Sqlite DB 2024-07-21 17:11:42 +02:00
config.example.yaml feat: storing tasks runs in Sqlite DB 2024-07-21 17:11:42 +02:00
config.yaml initial commit 2024-04-27 11:59:43 +02:00
README.md initial commit 2024-04-27 11:59:43 +02:00
TODO.md initial commit 2024-04-27 11:59:43 +02:00

features

  • List the jobs available

  • Run a background-process

  • actix

  • tera

vocabulary

  • Job
  • JobRun

Using https://docs.rs/sqlx-models/latest/sqlx_models/