-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added pg_notify #616
Conversation
481edac
to
c7d35ce
Compare
c7d35ce
to
e652a64
Compare
afbd612
to
685647b
Compare
acfadb3
to
b4ceef3
Compare
ad6debe
to
8418881
Compare
42a7720
to
68ba062
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. As a suggestion for an enhancement, the chunk logic can be encapsulated in a separate function, and it can have its own unit tests to ensure that the chunk logic works as expected.
68ba062
to
8e411d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8e411d7
to
6d985a1
Compare
6d985a1
to
5fb64f3
Compare
5fb64f3
to
01a0a00
Compare
Added an action to send notifications via postgres LISTEN/NOTIFY
01a0a00
to
2ccbc2e
Compare
Added an action to send notifications via postgres LISTEN/NOTIFY
This feature requires an updated ansible.eda collection with the pg_listener source plugin
Using this branch you can create an image with the new collection and push it to your private quay.io repo
This will ensure that your image has the latest collection which can use the pg_listener source plugin in a rulebook.