Eggington
Instance SMTP Usage
Per the docs, it looks like the only demo'd usage of the instance SMTP is for sharing invite emails. Can these instance SMTP settings be accessed to send critical alerts as well? Ideally via built-in windmill support in a custom error handling script for schedules.
3 replies
error: Top-level await promise never resolved
I have a script using typescript deno that is querying a MongoDB atlas database. When either of the collection querying methods (.find or .findOne) take too long, windmill throws this error
I have already investigated storing my values in smaller documents and using .find() to query all of them or saving all as one document. Neither solves this issue, which brought me back to windmill. Also, i can successfully use these methods to query running a script locally on my machine.
Below is the code:
2 replies
Returning a PDF from a webhook
I have a windmill endpoint that I am trying to return a pdf file from my connected azure blob container. I saw in the docs how I can set a custom response content-type via windmill_content_type, which I set to application/pdf, i set the result to my raw pdf bytes, but the response in the browser had no body content. Is there a way I can return a PDF from a windmill webhook?
13 replies