Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo update, part 1 | Vika | 2023-07-17 | 1 | -5/+5 |
| | |||||
* | webmentions/queue: move JobQueue trait into kittybox-util | Vika | 2023-07-09 | 1 | -46/+125 |
| | | | | | | | The trait itself seems basic enough that it could be reused elsewhere. Better to keep it in a separate crate. `-util` is a dumping ground for various things anyway. | ||||
* | webmentions/queue: give up on an item after 5 attempts | Vika | 2023-07-09 | 1 | -17/+59 |
| | | | | | | This also involves a crude "async drop" implementation that fires a future incrementing an attempt if a Job has been dropped without marking it as done. | ||||
* | Create a job queue based on Postgres | Vika | 2023-07-09 | 1 | -0/+179 |
It's generic enough to be used for anything, but for now it's only gonna be used for webmentions. |