Background processing with a websocket connection
Hi, I’m wondering if I can fire of a task that just runs an infinite loop with a websocket connection in parallel? I looked into waitUntil, but I can’t seem to find any docs on how long will waitUntil allow the task to run for
2 Replies
Pretty sure waitUntil can last for up to 30s
huh, even for websocket?
if i just not await and have loop running, itd keep running no?