Skip to content

New cron job

Christian Paul requested to merge new-cron-job into master
  • Better code structure (put the classes in their own files in a cron engine folder)
  • Make sure cron jobs cannot crash the program. (try/catch)
  • Make sure the cron test gets run every minute. (It's not accurate because of setInterval())

Merge request reports