- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 02:22 PM - edited 08-30-2023 03:10 PM
We have identified that the records in the chat_queue_entry table are deleted after 3 months, I have found the following in the deleted records:
There is no record in the "Auto Flushes | sys_auto_flush" table, so you should not delete those records.
I have not found more information on how to update that time, if anyone knows where it can be updated so that instead of 3 months it is, for example, 8 months or 12 months, it would be of great help.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:56 AM
In the sys_auto_flush table, there is a record for live_group_profile with cascading deletes enabled. This is the record that is deleting the chat_queue_entry records. We had the same issue...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 06:40 AM
This happened to me also. I see a Table Cleaner definition for the "sys_cs_collab_chat" and this has "Cascade Delete" checked, so maybe this has cause the deletion tzunami?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:56 AM
In the sys_auto_flush table, there is a record for live_group_profile with cascading deletes enabled. This is the record that is deleting the chat_queue_entry records. We had the same issue...