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
Zetax
Zetax2w ago
Pretty sure waitUntil can last for up to 30s
infiniteregrets
infiniteregretsOP2w ago
huh, even for websocket? if i just not await and have loop running, itd keep running no?

Did you find this page helpful?