PaulGilmartin / django-pgpubsub

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
Other
245 stars 12 forks source link

Created timestamp in Notification model #44

Closed romank0 closed 1 year ago

romank0 commented 1 year ago

This adds a creation timestamp which allows to track the lag in notifications processing and also monitor if there are notifications that were not processed successfully.

Resolves #36