wojciech.kapcia@tigase.net opened 4 years ago
|
|
I've reimplemented expired messages queue by moving it to pool bean of |
|
I think that the new implementation is ready for review. Changes are available in following PR: https://github.com/tigase/tigase-server/pull/96 https://github.com/tigase/tigase-mongodb/pull/1 |
|
The changes look OK. There is a tiny suggestion if that's ok. Otherwise can be merged. |
|
Applied suggested change. |
|
Merged. |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
8h 15m
|
Issue Votes (0)
Watchers (0)
As described in https://projects.tigase.net/issue/helpdeskpr-673#focus=Comments-4-29605.0-0 it seems that
expired-processor
doesn't remove the messages periodically.Ideally, the mechanism shouldn't be triggered only by queue events like it's done currently.