You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/src
Nutomic 7d8cb93b53
Check for dead federated instances (fixes #2221) (#3427)
* Check for dead federated instances (fixes #2221)

* move to apub crate, use timestamp

* make it compile

* clippy

* use moka to cache blocklists, dead instances, restore orig scheduled tasks

* remove leftover last_alive var

* error handling

* wip

* fix alive check for instances without nodeinfo, add coalesce

* clippy

* move federation blocklist cache to #3486

* unused deps
12 months ago
..
api_routes_http.rs Improve api response times by doing send_activity asynchronously (#3493) 12 months ago
code_migrations.rs Make functions work with both connection and pool (#3420) 12 months ago
lib.rs Make functions work with both connection and pool (#3420) 12 months ago
main.rs Remove `actix_rt` & use standard tokio spawn (#3158) 1 year ago
prometheus_metrics.rs Make functions work with both connection and pool (#3420) 12 months ago
root_span_builder.rs Fixing `.drone.yml` (#2677) 1 year ago
scheduled_tasks.rs Check for dead federated instances (fixes #2221) (#3427) 12 months ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago