- Notifications
You must be signed in to change notification settings - Fork687
No instance are being created.#2738
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I have been trying to test and implement self hosted runners but the issue is that instances are turning on even after everything is connected. I have followed every step github apps and everything but still the instances are not turning up. Cloudwatch registers the request but for some reason the request to create instances are not working. I have attached the main.tf file clould anyone please help in sorting this issue out. Could anyone point to what i am doing worng it would be great help thanks in advnace |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 3 replies
-
I am having similar issue, webhook and scaleup lamdas are triggered, but no instances created |
BetaWas this translation helpful?Give feedback.
All reactions
-
Did you look at the logs in Cloudwatch ? there is quite a bit of detail there. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Same issue for me |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
same issue here. runners are not created. cloudwatch logs for dev-syncer says {"errorType":"Error","errorMessage":"Cannot find GitHub release asset.","stack": ["Error: Cannot find GitHub release asset."," at /var/task/index.js:654:15"," at Generator.next (<anonymous>)"," at fulfilled (/var/task/index.js:550:58)"," at process.processTicksAndRejections (node:internal/process/task_queues:95:5)" ]}and dev-scale-down {"errorType":"TypeError","errorMessage":"Cannot set properties of undefined (setting 'scaleUp')","stack": ["TypeError: Cannot set properties of undefined (setting 'scaleUp')"," at 30873 (/var/task/index.js:61201:24)"," at __nccwpck_require__ (/var/task/index.js:66346:43)"," at /var/task/index.js:66431:37"," at Object.<anonymous> (/var/task/index.js:66434:12)"," at Module._compile (node:internal/modules/cjs/loader:1256:14)"," at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)"," at Module.load (node:internal/modules/cjs/loader:1119:32)"," at Module._load (node:internal/modules/cjs/loader:960:12)"," at Module.require (node:internal/modules/cjs/loader:1143:19)"," at require (node:internal/modules/cjs/helpers:119:18)" ]} |
BetaWas this translation helpful?Give feedback.
All reactions
-
I had this same issue but it turned out in cloudwatch logs no capacity was available in the region |
BetaWas this translation helpful?Give feedback.