Skip to content

Commit

Permalink
omit prod from action matrix; scale gather and fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Sep 23, 2024
1 parent c866d29 commit 565b183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
"schedule": ["${{env.SCHEDULE_TRACKING}}", "${{env.SCHEDULE_SITEMAP}}",
"${{env.SCHEDULE_HARVESTING}}", "${{env.SCHEDULE_STUCK_JOBS}}",
"${{env.SCHEDULE_DBSOLR_SYNC}}", "${{ env.SCHEDULE_GEN_REPORT}}"],
"environ": ["development", "staging", "prod"],
"environ": ["development", "staging"],
"include": [ {"app": "catalog-admin"},
{"error_seconds": 22000},
{"info_issue": false},
Expand Down
4 changes: 2 additions & 2 deletions vars.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ckanext__saml2auth__idp_metadata__local_path: ckan/setup/login.production.idp.xm

web-instances: 3
admin-instances: 1
gather-instances: 1
fetch-instances: 4
gather-instances: 0
fetch-instances: 0
proxy-instances: 2
memory_quota: 800M
gather_memory_quota: 3G
Expand Down

0 comments on commit 565b183

Please sign in to comment.