On-Prem disable Scheduled Events

0
HI    I’m running my application in On-Prem environment.  I need to disable SendQueuedEmails services in my environment.  Anyone know how to do that? Regards, Anahit Pahlevanyan
asked
2 answers
1

In the Mendix Service Console you need to go to Configuration → Advanced:

To disable all events, add the following under Custom Mendix settings:

Name: ScheduledEventExecution
Value: NONE

Other possibilities see: https://docs.mendix.com/refguide7/custom-settings/#2-general-settings

Regards
Thilo

answered
0

Hi Anahit,

what exactly do you mean by “On-Prem”? Are you using the Mendix Docker Buildpack or the Windows Service Console?

For Docker you can have a look here: https://github.com/mendix/docker-mendix-buildpack#configuring-enabled-scheduled-events

Regards

Thilo

 

answered