Heirless Lion
Internal: Result of job is invalid json (empty)
Update 2: I've just noticed another Bun jobs dying with exactly the same error.
Also, did a few more tests. A new job works fine unless it contains an
await
inside. It almost looks like Windmill workers have trouble processing jobs that return a Bun's Promise<T>
instead of simple synchronous T
.6 replies
Internal: Result of job is invalid json (empty)
Update: when I switched to Deno (and updated the import) the run succeeded.
It looks like it must be something with Bun+Slack then. Are there any additional lower-level logs I could access to debug this further? The ones in the UI contain only the few lines I pasted above.
6 replies