Skip to content

Commit

Permalink
add newscatcher-polling-v3 cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Apr 4, 2024
1 parent 7613813 commit a6df49a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ services:
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/Carbon-for-Developers/carbon-sdks
startCommand: ./node_modules/.bin/konfig pull && ./node_modules/.bin/konfig push -o Carbon-for-Developers -r carbon-sdks -s openapi.json
- name: newscatcher-polling-v3
type: cron
env: node
schedule: "*/30 * * * *"
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/konfig-dev/newscatcher-sdks
startCommand: ./node_modules/.bin/konfig pull -i https://v3-api.newscatcherapi.com/docs/openapi.json -o openapi.json && ./node_modules/.bin/konfig push -o konfig-dev -r newscatcher-sdks -s openapi.json -x v3
- name: humanloop-polling-v4
type: cron
schedule: "*/30 * * * *"
Expand Down

0 comments on commit a6df49a

Please sign in to comment.