• Why Crons doesn't run?

    Hello everyone! Someone knows why all my crons doens't runs automatically? None cron register activity, althougt is configured with an execution minimun interval. I added this line: $sugar_config['cron']['min_cron_interval'] = 0; on my config_override…
  • How to run crons from code

    Hello everyone! Someone knows if is possible run the crons from code? My case: I have a job that executes all days to respective hour, this job create a specific file with data of some module; but sometime the user could add wrong data to some records…