openva/rs-video-processor

System isn't shutting down when idle

waldoj opened this issue · 0 comments

There are two methods that should shut down the system when it's idle:

  1. A CloudWatch alarm
  2. The explicit shutdown command when the processor is done executing.

CloudWatch is busted right now (I've informed AWS, they don't care), and the shutdown command isn't firing for reasons I haven't debugged yet. So as a replacement for CloudWatch, create a cron job that does the same thing.