NCC-28 setting up running 3x a week for minting - #6
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the DOI minter’s scheduling configuration to run three times per week and documents how/where the schedule is managed, aligning operational behavior with the CloudFormation template.
Changes:
- Document that the schedule is defined directly in
infrastructure/doi-minter.yaml(not via stack parameters) and explain the redeploy implications. - Inline the Scheduler cron expression and timezone in the CloudFormation template by removing the prior template parameters.
- Add a contributor entry to the README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds contributor and expands operational documentation for the scheduled DOI minting run. |
| infrastructure/doi-minter.yaml | Removes schedule-related parameters and hardcodes the schedule expression/timezone in the Scheduler resource. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+43
to
+45
| * [Socorro Dominguez Vidana](https://ht-data.com/)[](https://orcid.org/0000-0002-7926-4935) | ||
|
|
||
|
|
Comment on lines
+417
to
+420
| ```bash | ||
| aws scheduler update-schedule --name neotoma-doi-minting-prod \ | ||
| --region us-east-2 --state DISABLED | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.