Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider refactoring all the feeds into one Cloud Run binary? #32

Open
dlorenc opened this issue Feb 3, 2021 · 2 comments
Open

Consider refactoring all the feeds into one Cloud Run binary? #32

dlorenc opened this issue Feb 3, 2021 · 2 comments
Assignees

Comments

@dlorenc
Copy link
Contributor

dlorenc commented Feb 3, 2021

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.

@jordan-wright
Copy link
Contributor

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 jordan-wright self-assigned this Feb 3, 2021
@tom--pollard
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants