Reminder job - PreCyz/GitDiffGenerator GitHub Wiki

Reminder job

The main purpouse of the job is to check if there are any item uploaded for the last month. If there are none then popup window with relevant message is going to be displayed. The job is triggered automatically. The default CRON expression is as follows: 0 5 12 20 * ? - every 20th day of each month at 12:05:00.

The job can be switched off from application settings:

Check last item setting

The frequency of the job can be modified manually in the applicationProperties.json. Edit that file and change the following section:

"appConfig": {
    ...
    "checkLastItemJobCronExpression": "0 15 14 20 * ?"
  }