Comment by swyx
12 days ago
yeah its not really about steps per second, its about if steps have heavy processing workload each, eg you dont want to clog up your postgres with a bunch of media processing or basically literally anything long running, which is the point of a separate workflow engine
I don't think the processing happens in postgres at all, it's just handling the transactions and queues.