by Richard van Iwaarden.
@Alain Raap and @Ken Task, we figured this out finally. It was a timeout set somewhere.
The server admin added this to the cronjob: set_time_limit(480);
The question is... where does Moodle set this time_limit? Because it seems that we specifically had to override this setting in the cronjob.
The server admin added this to the cronjob: set_time_limit(480);
The question is... where does Moodle set this time_limit? Because it seems that we specifically had to override this setting in the cronjob.