Production
Production¶
- Create the table, function and triggers using controlled migrations.
- Use
tentacolous.schema-management=validateto verify infrastructure. - If you manage schema manually, include the
old_payloadandrecord_keycolumns and pass the record key field to the trigger function. - Monitor
FAILEDevents. - Clean up or archive
db_change_event. - Avoid slow logic inside listeners.
- Publish to a queue if the process is heavy.