jobby

Crates.iojobby
lib.rsjobby
version0.0.1-alpha1
sourcesrc
created_at2024-11-17 23:34:13.69575
updated_at2024-11-17 23:34:13.69575
descriptionJob queue for rocket applications
homepage
repositoryhttps://github.com/mhlakhani/jobby
max_upload_size
id1451605
size149,815
Hasnain Lakhani (mhlakhani)

documentation

README

jobby

This is a job queue system usable with Rocket and SQLite.

This is a useful building block for web applications.

Works with rocket 0.5.0 and above.

Look at the documentation and examples to learn more. ( TODO: Add documentation )

This is provided AS-IS and does not guarantee any reliability right now - thought it has been used to power some websites, notably trackmy.games.

This is still a rough alpha:

  • There are no tests at this time
  • Logging/observability is minimal (and the admin UI is not open sourced)
  • There's 0 documentation
Commit count: 1

cargo fmt