LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
432 stars 47 forks source link

Upgrade background-jobs dependency #32

Closed Nutomic closed 1 year ago

Nutomic commented 1 year ago

Version 0.14.1 removes the QueueHandle.get_stats() function which is necessary to know how many jobs are currently running and how many are pending, to tell when the number of workers needs to be increased. The function is replaced with some metrics. I am not sure how these new metrics work and the new version doesnt have important changes, so I am leaving it for later (or for someone else).

Nutomic commented 1 year ago

https://github.com/LemmyNet/activitypub-federation-rust/pull/42