Skip to content

Commit

Permalink
Merge branch 'main' into devsjc/pvnet-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Feb 18, 2025
2 parents 8637d6b + d7adb1a commit 2d023e2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@
"contributions": [
"code"
]
},
{
"login": "reckt32",
"name": "Divyansh Singh.",
"avatar_url": "https://avatars.githubusercontent.com/u/114190094?v=4",
"profile": "https://github.com/reckt32",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terraform infrastructure-as-code for cloud environments.

[![ease of contribution: medium](https://img.shields.io/badge/ease%20of%20contribution:%20medium-f4900c)](https://github.com/openclimatefix/ocf-meta-repo?tab=readme-ov-file#how-easy-is-it-to-get-involved)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<a href="https://app.terraform.io/app/openclimatefix/workspaces" alt="Terraform Cloud">
Expand Down Expand Up @@ -88,6 +88,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://aatmanvaidya.github.io/"><img src="https://avatars.githubusercontent.com/u/56875084?v=4?s=100" width="100px;" alt="Aatman Vaidya"/><br /><sub><b>Aatman Vaidya</b></sub></a><br /><a href="https://github.com/openclimatefix/ocf-infrastructure/commits?author=aatmanvaidya" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ACSE-vg822"><img src="https://avatars.githubusercontent.com/u/82698606?v=4?s=100" width="100px;" alt="Vidushee Geetam"/><br /><sub><b>Vidushee Geetam</b></sub></a><br /><a href="#maintenance-ACSE-vg822" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mahmoud-40"><img src="https://avatars.githubusercontent.com/u/116794637?v=4?s=100" width="100px;" alt="Mahmoud Abdulmawlaa"/><br /><sub><b>Mahmoud Abdulmawlaa</b></sub></a><br /><a href="https://github.com/openclimatefix/ocf-infrastructure/commits?author=mahmoud-40" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/reckt32"><img src="https://avatars.githubusercontent.com/u/114190094?v=4?s=100" width="100px;" alt="Divyansh Singh."/><br /><sub><b>Divyansh Singh.</b></sub></a><br /><a href="https://github.com/openclimatefix/ocf-infrastructure/commits?author=reckt32" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/india/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start_date": datetime.now(tz=timezone.utc) - timedelta(hours=1.5),
"retries": 1,
"retry_delay": timedelta(minutes=1),
"max_active_runs": 10,
"max_active_runs": 1,
"concurrency": 10,
"max_active_tasks": 10,
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/uk/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start_date": datetime.now(tz=timezone.utc) - timedelta(hours=0.5),
"retries": 1,
"retry_delay": timedelta(minutes=1),
"max_active_runs": 10,
"max_active_runs": 1,
"concurrency": 10,
"max_active_tasks": 10,
}
Expand Down

0 comments on commit 2d023e2

Please sign in to comment.