From d126704e2f64d8e86b1314b1b5bef3c040a36321 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Fri, 19 Apr 2024 10:47:54 -0500 Subject: [PATCH] Update manual sync kubernetes yml template. (#59) * update comments on backfill scripts to give context of what previous scripts where used for * adding comments for context on old scripts * update backfill script in ruby * update env variables to use Rails.app.credentials. attempt at cron job kubernetes template * Update cron_sync.yml * Update user_group_membership_classification_backfill.py * update panoptes_membership_client.rb to create insert query using array.new vs times.map per hound * adding a more descriptive comment insert query * add manual sync * Update .github/workflows/manual_corp_user_group_sync.yml Co-authored-by: Zach Wolfenbarger * Update .github/workflows/manual_corp_user_group_sync.yml Co-authored-by: Zach Wolfenbarger * Update .github/workflows/manual_corp_user_group_sync.yml Co-authored-by: Zach Wolfenbarger * Update .github/workflows/manual_corp_user_group_sync.yml Co-authored-by: Zach Wolfenbarger * Update .github/workflows/manual_corp_user_group_sync.yml Co-authored-by: Zach Wolfenbarger * Update manual_corp_user_group_sync.yml --------- Co-authored-by: Zach Wolfenbarger --- kubernetes/manual_corp_user_group_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/manual_corp_user_group_sync.yml b/kubernetes/manual_corp_user_group_sync.yml index 724b6bd..97b284d 100644 --- a/kubernetes/manual_corp_user_group_sync.yml +++ b/kubernetes/manual_corp_user_group_sync.yml @@ -22,4 +22,4 @@ spec: key: rails-master-key command: ['ruby', './scripts/user_group_membership_classification_backfill.rb'] restartPolicy: Never - backoffLimit: 2 + backoffLimit: 2