jobby 0.0.1-alpha2

Job queue for rocket applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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](https://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