Skip to content

Commit

Permalink
- Update: cronjob for .github/workflows/resolve_fetch_failures_0_memb…
Browse files Browse the repository at this point in the history
…ers.yml - Now runs a couple hours earlier, as a contingency to help avoid conflict when running at same time as another action.

- Update: cronjob for E2E tests. Now runs earlier
- Update: Comments for GH action cronjobs; disambiguation.
  • Loading branch information
joeflack4 committed Apr 11, 2024
1 parent 069976a commit f013ff6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kill_idle_cons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Kill idle connections
on:
schedule:
# - cron: '0 */3 * * * ' # every 3 hours
- cron: '0 5 * * *' # every day 5am GMT (12-1am EST/EDT)
- cron: '0 5 * * *' # every day 5am GMT (12/1am EST/EDT)
workflow_dispatch:
jobs:
kill-idle-cons:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_counts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Refresh counts tables
on:
# schedule:
## - cron: '0 0 * * 0' # weekly, sunday 12am
# - cron: '0 6 * * *' # every day 6am GMT (1-2am EST/EDT)
# - cron: '0 6 * * *' # every day 6am GMT (1/2am EST/EDT)
workflow_dispatch:
jobs:
refresh-counts-tables:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DB Refresh (Objects API)

on:
schedule:
# - cron: '0 5 * * *' # every day 5am GMT (12-1am EST/EDT)
# - cron: '0 5 * * *' # every day 5am GMT (12/1am EST/EDT)
- cron: '*/20 * * * *' # every 20 minutes
# - cron: '0 * * * *' # every hour on the hour
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Refresh vocabulary tables
on:
# schedule:
## - cron: '0 0 * * 0' # weekly, sunday 12am
# - cron: '0 8 * * *' # every day 6am GMT (3-4am EST/EDT)
# - cron: '0 8 * * *' # every day 6am GMT (3/4am EST/EDT)
workflow_dispatch:
jobs:
refresh-vocab-tables:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resolve_fetch_failures_0_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Resolve fetch failures: New csets w/ 0 members"

on:
schedule:
- cron: '0 7 * * *' # every day 7am GMT (2-3am EST/EDT)
- cron: '10 5 * * *' # every day 5:10am GMT (12:10/1:10am EST/EDT)
workflow_dispatch:
inputs:
version_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_frontend_e2e_live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test - Frontend deployments - End to end
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *' # every day 8am GMT (3-4am EST/EDT)
- cron: '30 5 * * *' # every day 5:30am GMT (12:30/1:30am EST/EDT)
# push:
# branches: [ main, develop ]
# pull_request:
Expand Down

0 comments on commit f013ff6

Please sign in to comment.