Runtime Configuration com.mendix.core.ProcessedTasksCleanupAge is not cleaning up completed processed tasks.

2
I am currently researching the TaskQueue functionality in Mendix Studio Pro 9.12.0. I have been trying to set the com.mendix.core.ProcessedTasksCleanupAge runtime configuration to clean up completed tasks that are over 30000 ms old. This is very frequent because I’m just doing this for testing purposes as a proof of concept. I set the runtime configuration like so:   Yet, the cleanup never happens. Is there something I’m not understanding about this process, or is it just bugged at the moment?   Sidenote: The documentation for Tasks Queues refer to this configuration as com.mendix.core.ProcessedQueueTasksCleanupAge and com.mendix.core.ProcessedQueueTaskCleanupAge. The difference being that in one instance the word “task” is singular, and in the other it is plural. However, I have not found success with either versions.
asked
1 answers
0

Locally I've got the same issue with com.mendix.core.ProcessedTasksCleanupAge while the functionality for com.mendix.core.ScheduledEventsCleanupAge runs fine. I haven't tried this setting in Mendix cloud yet.

My advice: create a ticket at https://support.mendix.com

answered