Skip to content

Don't persist events,incident_events to DB#423

Open
yhabteab wants to merge 1 commit into
mainfrom
do-not-persist-events-to-database
Open

Don't persist events,incident_events to DB#423
yhabteab wants to merge 1 commit into
mainfrom
do-not-persist-events-to-database

Conversation

@yhabteab
Copy link
Copy Markdown
Member

This PR ensures that no event and incident_event records are persisted in the database as requested in the referenced issue. Also, @julianbrost suggested in the referenced issue that the event database table might be used in the future for job queuing required for HA, but I don't think we will be storing a serialized form of the event in the database for that purpose, so I have removed the event table as well. Additionally, I have added a debug log with all the relevant fields of the request, so that one has something to look at when debugging why or why not an event rule matched or not.

resolves #392

@cla-bot cla-bot Bot added the cla/signed CLA is signed by all contributors of a PR label May 13, 2026
@yhabteab yhabteab force-pushed the do-not-persist-events-to-database branch from 95b3aa7 to 14bab60 Compare May 13, 2026 14:47
@yhabteab yhabteab added this to the 1.0 milestone May 13, 2026
@yhabteab yhabteab added the enhancement New feature or request label May 13, 2026
@yhabteab yhabteab requested a review from oxzi May 13, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla/signed CLA is signed by all contributors of a PR enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not persist events any longer to database

1 participant