destalinator icon indicating copy to clipboard operation
destalinator copied to clipboard

Idea: Destalinator in AWS Lambda

Open TheConnMan opened this issue 7 years ago • 2 comments

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.

TheConnMan avatar Dec 13 '17 11:12 TheConnMan

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.

kmarekspartz avatar Dec 13 '17 15:12 kmarekspartz

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

TheConnMan avatar Oct 24 '18 18:10 TheConnMan