(no title)
hazn | 3 months ago
what is your input on these two topics? aka pull vs push and working well with serverless workflows
hazn | 3 months ago
what is your input on these two topics? aka pull vs push and working well with serverless workflows
KraftyOne|3 months ago
DBOS implements a simpler library-based architecture where each of your processes independently "pulls" from a database queue. To make this work in a serverless setting, we recommend using a cron to periodically launch serverless workers that run for as long as there are workflows in the queue. If a worker times out, the next will automatically resume its workflows from their last completed step. This Github discussion has more details: https://github.com/dbos-inc/dbos-transact-ts/issues/1115
hazn|3 months ago