package-feeds icon indicating copy to clipboard operation
package-feeds copied to clipboard

Consider refactoring all the feeds into one Cloud Run binary?

Open dlorenc opened this issue 4 years ago • 2 comments

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.

dlorenc avatar Feb 03 '21 12:02 dlorenc

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 😛

jordan-wright avatar Feb 03 '21 13:02 jordan-wright

I think this can be covered with the configuration work #74

tom--pollard avatar Apr 26 '21 11:04 tom--pollard