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

Explore how to schedule the trigger of reload-auths-* github actions #21

Open
elrayle opened this issue Apr 25, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@elrayle
Copy link

elrayle commented Apr 25, 2022

Current Process

Currently, the process for triggering the reloading of authorities in the applications is...

  • sync-s3-* is auto-triggered by changes in /config/authorities or /config/locales`
    • adds new files, deleted removed files, and updated modified files so that S3 is the same as what is in githug
    • WAIT 1 hour using Unix' sleep 1h command -- NOTE: The action is considered to be still running while it sleeps.
  • reload-auths-* is auto-triggered by the completion of sync-s3-*

Better Process

  • sync-s3-* is auto-triggered by changes in /config/authorities or /config/locales`
    • adds new files, deleted removed files, and updated modified files so that S3 is the same as what is in githug
    • SCHEDULE reload-auths- to run in 1 hour
  • reload-auths-* is auto-triggered by the completion of sync-s3-*

May help with a solution

@elrayle elrayle added the enhancement New feature or request label Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant