Is there a wall time limit for the free workers?
doucmentation seems to state that we dont but in practice all my calls die at 29,999 ms which is oddly specific
async fetch(request, env, ctx) {
....
ctx.waitUntil(processingPromise);
...?
async fetch(request, env, ctx) {
....
ctx.waitUntil(processingPromise);
...?
