-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feature] Don't Persist Inflator/Indexer Containers #14
Comments
Should we consider setting
|
Unfortunately 20 seconds is the max wait time. But I'm really liking the idea of only spinning up the containers when we need to. It's obnoxiously fast to do it this way and I have a bunch of ideas around doing stuff like this at work now. |
Would the webhooks also need to do that? |
Whatever path we take, it would be a generic call any of the services could call to make it happen. |
I should note I was several orders of magnitude off here. We're around 400,000 messages while running the indexer/inflator full time. |
The Inflator + Indexer often sit around doing nothing, querying the SQS queues every 20 seconds generates for both services potentially 6,220,800 messages a month. Whilst that's only a few dollars (and we're saving more than this by only needing a micro vs a small instance), we can do better.
Suggestions
--exit-after-mins 10
)The text was updated successfully, but these errors were encountered: