Skip to content

Commit

Permalink
composio polling
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Aug 28, 2024
1 parent b2bac75 commit f5659ea
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 @@ -12,6 +12,13 @@ services:
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/konfig-dev/splitit-web-sdks
startCommand: ./node_modules/.bin/konfig pull && ./node_modules/.bin/konfig push -o konfig-dev -r splitit-web-sdks -s swagger.json
- name: composio-polling
type: cron
env: node
schedule: "*/30 * * * *"
buildCommand: npm init -y; npm install konfig-cli
repo: https://github.com/konfig-dev/composio-sdks
startCommand: ./node_modules/.bin/konfig pull && ./node_modules/.bin/konfig push -o konfig-dev -r composio-sdks -s composio.json
- name: leap-workflows-polling
type: cron
env: node
Expand Down

0 comments on commit f5659ea

Please sign in to comment.