package-feeds
package-feeds copied to clipboard
Consider refactoring all the feeds into one Cloud Run binary?
We could have all the different RSS feeds wrapped up into one binary, exposed at different paths and triggered via different schedulers. Maybe something like:
/npm /gems /pypi /crates
etc.
This would make it easier to deploy a new one, since we wouldn't need to wire in a new terraform deployer.
I can take this. I have an idea on how I can make this work.
The catch is that it'll only be applicable to the ones that fall under the "schedule+request" ones, but fortunately that's all of them so far 😛
I think this can be covered with the configuration work #74