Cooper
Cooper
WWindmill
Created by Cooper on 4/16/2024 in #help
beginner question: ECS terraform deployment; tasks are stuck in pending
Has anyone tried to deploy the terraform ecs templates and encountered the tasks being stuck in pending before? I am going to continue plugging away at it tomorrow but wanted to reach out to see if anyone had something similar. the terraform for reference, copy and pasted from the docs with some roles manually made https://github.com/RCSnyder/rcstech-windmill/tree/main/src/terraform Thanks!
13 replies
WWindmill
Created by Cooper on 5/21/2023 in #help
Beginner Question: Javascript imports from node
Is it possible to run this type of code within a script in Windmill to have interactivity?
import * as readline from "node:readline/promises";
import { stdin as input, stdout as output } from "node:process";
const rl = readline.createInterface({ input, output });
import * as readline from "node:readline/promises";
import { stdin as input, stdout as output } from "node:process";
const rl = readline.createInterface({ input, output });
2 replies