Skip to content

Commit

Permalink
reduce frequency of carbon polling
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 12, 2024
1 parent 6962d27 commit 6db0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- name: carbon-polling
type: cron
env: node
schedule: "*/30 * * * *"
schedule: "0 0 * * *"
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
Expand Down

0 comments on commit 6db0501

Please sign in to comment.