You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be implemented using postgres LISTEN / NOTIFY ?
In addition, I would suggest that rather than constantly polling postgres for new statements using SELECT, it may be appropriate to also use LISTEN / NOTIFY ?
The feature itself sounds like a nice feature to add per se. But such notifications should probably not be implemented via storage backend. And instead the lighter should handle such events in some kind of fashion. We are open for contribution but this does not seem like a feature that would be implemented by us anytime soon.
Hi,
It would be a nice feature if in addition to the REST endpoints there are new webhooks to notify on status change of :
So that users could be notified on session available without any polling strategy.
It could be made using postgres trigger on state ?
The text was updated successfully, but these errors were encountered: