You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an orchestration layer that's responsible for, at a basic level, running a python script on a cron schedule. The orchestration layer should call a python script that resides in the same(ish) location as the existing data migrations. Most / all of the existing infrastructure for running data migrations should be used for this.
Options include:
AWS Step functions
AWS Event bridge
// some combination thereof //
Acceptance criteria
Terraform configuration for an orchestrator has been deployed and tested
The text was updated successfully, but these errors were encountered:
## Summary
Fixes#1242
### Time to review: __10 mins__
## Changes proposed
Adds a event bridge (every 2 minutes) => step functions => ECS task
pipeline. It's in the approximate form that we would want to use to run
an Oracle copy job.
Summary
We need an orchestration layer that's responsible for, at a basic level, running a python script on a cron schedule. The orchestration layer should call a python script that resides in the same(ish) location as the existing data migrations. Most / all of the existing infrastructure for running data migrations should be used for this.
Options include:
Acceptance criteria
The text was updated successfully, but these errors were encountered: