We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec60bf5 commit 795a5adCopy full SHA for 795a5ad
render.yaml
@@ -1,10 +1,12 @@
1
services:
2
- - type: cron
+ - type: web
3
name: run-airdrop-script
4
env: node
5
numInstances: 1
6
- schedule: "*/4 * * * *"
7
- startCommand: npm install; npx prisma generate; npm run airdrop
+ #schedule: "*/4 * * * *"
+ #startCommand: npm install; npx prisma generate; npm run airdrop
8
+ buildCommand: npm install; npx prisma generate
9
+ startCommand: "bash -c 'while true;do npm run airdrop; sleep 120;done'"
10
envVars:
11
- key: HOLAPLEX_PROJECT_ID
12
sync: false
0 commit comments