dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
327 stars 13 forks source link

Provide a way to spawn a worker manually #53

Closed dahlia closed 4 days ago

dahlia commented 1 month ago

Currently, a Federation instance automatically spawns workers on demand, but there are times when we want to spin up workers in separate processes, so we should provide an option to prevent workers from spawning automatically and a method to spawn workers manually.