Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webmentions/supervisor: ability to cancel a background task | Vika | 2023-07-09 | 1 | -13/+54 |
| | | | | | | | | This requires the background task to be cancellation-safe, as it is dropped after receiving a cancellation event. Perhaps in the future there will be a supervisor version that may forward the cancellation to the task itself. | ||||
* | webmentions/queue: give up on an item after 5 attempts | Vika | 2023-07-09 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | WIP: incoming webmention support | Vika | 2023-07-09 | 1 | -0/+75 |