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

Idea: Destalinator in AWS Lambda #168

Open
TheConnMan opened this issue Dec 13, 2017 · 2 comments
Open

Idea: Destalinator in AWS Lambda #168

TheConnMan opened this issue Dec 13, 2017 · 2 comments

Comments

@TheConnMan
Copy link
Contributor

When I got Destalinator up and running in Docker someone asked if I wanted to run it in Lambda with a cron. I thought it was an interesting idea, though the 5 min execution limit might be an issue for larger teams. As long as we get all the env vars working creating a .zip which users could upload to Lambda should be pretty simple. Then we can reuse the RUN_ONCE flag to execute once on a nightly cron.

@kmarekspartz
Copy link
Contributor

It may be possible to queue up a job per channel.

I suspect if it were under 5 minutes, you'd run into API rate limiting issues. #132 would minimize the number of requests you need to make.

@TheConnMan
Copy link
Contributor Author

Lambdas can now run for 15 min, maybe this is more viable now.

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

No branches or pull requests

2 participants