Skip to content

Commit

Permalink
add polling job for carbon (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: eddiechayes <[email protected]>
  • Loading branch information
konfig-publisher and eddiechayes authored Feb 13, 2024
1 parent 3e96c0d commit 8900d55
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 @@ -26,6 +26,13 @@ services:
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/leap-ai/workflows-sdks
startCommand: ./node_modules/.bin/konfig pull && ./node_modules/.bin/konfig push -o leap-ai -r workflows-sdks -s api.json
- name: carbon-polling
type: cron
env: node
schedule: "*/30 * * * *"
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/konfig-dev/carbon-sdks
startCommand: ./node_modules/.bin/konfig pull && ./node_modules/.bin/konfig push -o konfig-dev -r carbon-sdks -s openapi.json
- name: humanloop-polling-v4
type: cron
schedule: "*/30 * * * *"
Expand Down

0 comments on commit 8900d55

Please sign in to comment.