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

move cron cloudwatch log name watcher up near cron #273

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

CampGareth
Copy link
Contributor

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Depends on #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

  • Does it solve the problem?

  • Is it the simplest implementation of that solution?
    Does it yak shave? Does it introduce new dependencies that aren't necessary?

  • Does it decrease modularity?
    Does the user of a module need to import another module to use this one?
    If we want to delete these changes, how easy is that?

  • Does it clarify our domain?
    What things does it refine? What things get added? How does this pave the way for new things?
    Are things named in such a way that a domain expert can find them?

  • Does it introduce non-domain concepts?
    What does the user of this need to learn outside of our domain in order to use this?

Testing

  • Do we integration test changes to external services?

  • Do we unit test code we can change?

@CampGareth CampGareth changed the base branch from master to feature/batch-interface September 12, 2018 10:05
@CampGareth CampGareth merged commit d4d357d into feature/batch-interface Sep 12, 2018
@CampGareth CampGareth deleted the feature/move-cw-id-watcher branch September 12, 2018 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant