Skip to content

Commit

Permalink
Name the data-loading processes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-chappell committed Jan 13, 2025
1 parent df05537 commit fe85c21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/repocop/JobDependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ flowchart LR
ghBranchProtect[[Repos updated with default branch protection]]
%% Processes
awsWeeklyLoader[CloudQuery Loader<br>ECS task<br>scheduled SAT 16:00]
awsDailyLoader[CloudQuery Loader<br>ECS task<br>scheduled daily 22:00]
awsFreqLoader[CloudQuery Loader<br>ECS task<br>scheduled every 3 hours]
ghWeeklyLoader[CloudQuery Loader<br>ECS task<br>scheduled MON 10:00]
ghDailyLoader[CloudQuery Loader<br>ECS task<br>scheduled daily 00:00]
snykLoader[CloudQuery Loader<br>ECS task<br>scheduled daily 06:00]
ghLangLoader[CloudQuery Loader<br>ECS task<br>scheduled every 7 days]
galaxiesLoader[CloudQuery Loader<br>ECS task<br>scheduled every 1 day]
awsWeeklyLoader[CQ AWS weekly sync<br>ECS task<br>scheduled SAT 16:00]
awsDailyLoader[CQ AWS daily sync<br>ECS task<br>scheduled daily 22:00]
awsFreqLoader[CQ AWS frequent sync<br>ECS task<br>scheduled every 3 hours]
ghWeeklyLoader[CQ Github weekly sync<br>ECS task<br>scheduled MON 10:00]
ghDailyLoader[CQ Github daily sync<br>ECS task<br>scheduled daily 00:00]
snykLoader[CQ Snyk sync<br>ECS task<br>scheduled daily 06:00]
ghLangLoader[CQ Github languages sync<br>ECS task<br>scheduled every 7 days]
galaxiesLoader[CQ Galaxies sync<br>ECS task<br>scheduled every 1 day]
repocop[RepoCop<br>lambda<br>scheduled MON-FRI 03:00]
depGraphIntegrator[Dependency Graph Integrator<br>lambda<br>SNS trigger]
cloudbuster[CloudBuster<br>lambda<br>scheduled MON-FRI 03:00]
Expand Down

0 comments on commit fe85c21

Please sign in to comment.