Hi,
Firstly, you can ‘kill’ the request in the Mendix Cloud environment instead of restarting your app. Go to ‘Metrics’:
And secondly, consider to configure the ‘on overlap’ behavior in your scheduled event. Perhaps you have a piled up queue of scheduled events that have to process a large amount of data? Either way it's better to put your scheduled events in a Task Queue.