yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
281 stars 39 forks source link

Why did you fork Machinery? #63

Closed xrobau closed 1 year ago

xrobau commented 1 year ago

https://github.com/yukimochi/Activity-Relay/commit/cd8122becdded971d1669146ae87f989c2c1d9fc

It just appears that you removed some backends?

yukimochi commented 1 year ago

Machinely is currently not well maintained and some libraries (for google cloud pub/sub) have vulnerabilities. Therefore, to keep the library updated and reduce maintain costs, we decided to fork and remove unused backends and libraries.

Now I'm trying to find a better maintained and compact job library.

xrobau commented 1 year ago

Sounds like a good enough reason! I'll cherry pick that into the makefile pull request.