← Back to context

Comment by swyx

3 months 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.