Skip to content

Commit

Permalink
Merge pull request #2963 from elifesciences/updated-web-api-config-fo…
Browse files Browse the repository at this point in the history
…r-one

Added config for `Web_API_elife_observer_api_publication_dates_Kubernetes`
  • Loading branch information
HazalCiplak authored Sep 6, 2024
2 parents 5047687 + 3efc18f commit 93233f4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ kubernetesPipelines:
memory: 1Gi
cpu: 100m

- dataPipelineId: 'Web_API_Pipeline_Kubernetes'
- dataPipelineId: 'Web_API_elife_observer_api_publication_dates_Kubernetes'
airflow:
dagParameters:
schedule: '@daily'
schedule: '25 2 * * *' # At 02:25 am
tags:
- 'Kubernetes'
image: 'docker.io/elifesciences/data-hub-core-dags_unstable:latest'
Expand All @@ -329,6 +329,7 @@ kubernetesPipelines:
- 'python'
- '-m'
- 'data_pipeline.generic_web_api.cli'
- '--data-pipeline-id=elife_observer_api_publication_dates'
env:
- name: DEPLOYMENT_ENV
value: '{ENV}'
Expand Down

0 comments on commit 93233f4

Please sign in to comment.