Is your feature request related to a problem? Please describe.
When chat is inactive, then after a 6 months, its subscriptions should be removed. Alongside with sent registry.
Describe the solution you'd like
Add a scheduler job to check chats with subscriptions with last modified date - 6 months and remove all subscriptions with sent registry.
Describe alternatives you've considered
Maybe check chats with modified date - 3 months.
Additional context
Subscriptions scheduler microservice could be used for that. Also don't forget to use async scheduler.
Is your feature request related to a problem? Please describe.
When chat is inactive, then after a 6 months, its subscriptions should be removed. Alongside with sent registry.
Describe the solution you'd like
Add a scheduler job to check chats with subscriptions with last modified date - 6 months and remove all subscriptions with sent registry.
Describe alternatives you've considered
Maybe check chats with modified date - 3 months.
Additional context
Subscriptions scheduler microservice could be used for that. Also don't forget to use async scheduler.