Commit graph

23 commits

Author SHA1 Message Date
asonix c640567206 Update to newest background-jobs, implement Job rather than ActixJob
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-08 17:00:15 -06:00
asonix 804d22ee81 Enable different breaker failure cases for different endpoints
Additionally, don't count 4xx towards succeeding a breaker
2023-09-08 19:11:24 -06:00
asonix 75df271b58 Switch from awc to reqwest, enable HTTP Proxies 2023-08-17 17:09:35 -05:00
asonix a1ea5d676c Rework misskey fetch to reuse deliver plumbing
Only count server errors towards failed breakers
2023-02-25 15:02:16 -06:00
asonix 787c8312bc Make better use of cores for jobs 2022-11-19 21:32:45 -06:00
asonix 0768cb6ac6 Don't fail jobs for fine scenarios
- dont fail contact for breaker
- dont fail instance for not found
2022-11-15 20:53:55 -06:00
asonix 5011e05c3d Clean tracing a bit more
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-11-15 19:56:19 -06:00
asonix 881654fed9 Try to be a bit more clear about what object is being delivered
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-11-14 19:18:09 -06:00
asonix 3358ae0461 Simplify debug info for jobs 2022-11-13 13:58:30 -06:00
asonix bc263701e2 Log cleanup 2022-11-01 15:57:33 -05:00
Aode (Lion) 8893895c71 Update to latest activitystreams 2022-01-17 16:54:45 -06:00
Aode (Lion) 3384ca9064 Clean up debug impls 2021-09-21 14:32:25 -05:00
Aode (lion) 43e5b6d873 Instrument with tracing 2021-09-18 12:55:39 -05:00
asonix 2c275e441b pub -> pub(crate) 2021-02-09 22:17:20 -06:00
asonix 1f065385a0 Update deps 2020-09-07 16:51:02 -05:00
asonix 652ab6ac42 Remove XsdAnyUri 2020-06-27 17:29:23 -05:00
asonix 2bbcc82d9c Update activitystreams 2020-06-19 23:11:02 -05:00
asonix 729e425e32 Fully lean on activitystreams-new 2020-05-21 16:24:56 -05:00
asonix 4d07476fe7 Give jobs better names 2020-04-20 20:03:46 -05:00
asonix f016f14efe Use newest background-jobs 2020-04-20 19:56:50 -05:00
asonix 680ccc511c Use ActixJob, save a few lines 2020-03-30 10:45:44 -05:00
asonix 467bd860d9 Increase backoff exponent for deliveries 2020-03-21 17:12:50 -05:00
asonix 5a49c1f10c Use background jobs for delivery, support Accept and Reject 2020-03-21 15:24:05 -05:00