In my app at (it seems) random moment I get an 'out of Java Heap Space' error. I assumed this has to do with two scheduled events (1 running every 5 minutes, 1 running every minute), so I disabled them both and restarted the environment. Both Scheduled Event microflows create a record in a app-logging database.
So they are disabled both which is clear from the Model Options Tab and the startup records in the system log.
However 1 of them still produces records in the app-logging database every 5 minutes. Info: it uses the imap-POP3-Email module.
Where do I go wrong?