As I'm focusing on performance, I wanted to compare the performance of doing raw http and postgres queries as jobs executed by the rust backend directly instead of having to write a script in deno and then execute that script.
It's all working in the backend and I have ran benchmarks using the benchmark tool, and the only thing missing is the frontend. I want to gauge interest if people would use jobs in apps and flows whose sole purpose would be to do 1 http request or 1 postgres query, at the benefit of doing it with 10x performance.