about summary refs log tree commit diff
path: root/kittybox-rs/src/webmentions/queue.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a few bugsVika2023-07-221-3/+4
* Split Postgres schemas into twoVika2023-07-211-9/+11
* cargo update, part 1Vika2023-07-171-5/+5
* webmentions/queue: move JobQueue trait into kittybox-utilVika2023-07-091-46/+125
* webmentions/queue: give up on an item after 5 attemptsVika2023-07-091-17/+59
* Create a job queue based on PostgresVika2023-07-091-0/+179