ReconfigureIO / platform

The backend of app.reconfigure.io
1 stars 1 forks source link

move cron cloudwatch log name watcher up near cron #273

Closed CampGareth closed 6 years ago

CampGareth commented 6 years ago

Type of change

Description

Depends on https://github.com/ReconfigureIO/platform/pull/271

Cron has a few functions for looking at AWS Batch Jobs and pulling out the Cloudwatch LogName from them. This is done because the LogName will never expire while the Batch Job eventually will, leaving us unable to retrieve logs for that job. The functions were only used by Cron so I moved them up to Cron's level rather than have them clutter up interfaces.

Review Checklist

Goals

Testing