RT Update Listener Not Firing on update

Good Day All,

Ive had an issue with a RT Update Listener being intermittent, and now not working at all. Even if updates are made directly in the database the event is not triggered.

Any advice would be appreciated.

Kind Regards,
Raymond

Hi.

Even if updates are made directly

Did you mean that you change data in web-console or via REST api?

Also, could you try to reproduce (in the new temporary app) the same behavior (with listeners).
The minimum of logic: just one table and one-two listeners for changes (they can be logged to another table or in logger). The changes to the db should be made with the REST api.
It is needed to narrow the possible areas where the problems could be.