tembo-io / pg_later

Execute SQL now and get the results later.
PostgreSQL License
354 stars 10 forks source link

push notifications for completed and failed jobs #24

Open ChuckHend opened 1 year ago

ChuckHend commented 1 year ago

webhook or other form of notifying external entity that a job has completed or failed

orefalo commented 1 year ago

Why would you need pg_later if the client still has to retrieve the responses?!

IMHO a MUST-HAVE, event driven architectures are the way forward.