Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added config for Web_API_elife_observer_api_publication_dates_Kubernetes #2963

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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