maxcountryman / underway

⏳ Durable step functions via Postgres.
Apache License 2.0
71 stars 2 forks source link

Worker polling can be augmented with notify #19

Closed maxcountryman closed 1 month ago

maxcountryman commented 1 month ago

Polling should still be used as a fallback, as it should be assumed channel subscriptions can fail. However, for better overall performance, a notify channel can be used to signal row updates which in turn can be handled by workers to process new tasks.