Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the same time the Daily Plan Service will submit Orders that are in with a PLANNED state to a Controller for a number of days ahead. This occurs independently from the fact that an Order was added by the user or by the Daily Plan Service. The functionality is intended to prevent a situation when users generate Orders with a PLANNED state but miss to submit them to a Controller in good time. The Daily Plan Service will pick up such Orders and will submit them for the number of days ahead as specified with the service configuration.

...

SectionSettingDefaultRequiredPurpose
daily_plantime_zoneUTCnoSpecifies the time zone that is applied to the start time of the Daily Plan Service and period of the Daily Plan.

start_time30 minutes before period_beginnoSpecifies the start time to run the Daily Plan on a daily basis with the indicated time zone. Without this setting the Daily Plan will run 30 minutes before the point in time specified by the period_begin setting. This setting accepts a time value, e.g. 23:00:00.

period_begin00:00noSpecifies the begin of the 24 hours Daily Plan period with the indicated time zone.

days_ahead_plan7noSpecifies the number of days ahead for which orders are generated and are made available with the PLANNED state. A 0 value indicates that no orders should be generated and disables the functionality.

days_ahead_submit3noSpecifies the number of days ahead for which PLANNED orders are submitted to Controllers and are made available with the PENDING state. A 0 value indicates that no orders should be submitted and disables the functionality.

Logging

  • The Daily Plan Service logs general messages, warnings and errors to the joc.log file.
  • In addition, more detailed information is logged to the Main Log service-dailyplan.log file.
  • In addition to the Main Log detailed debug information is logged to the Debug Log service-dailyplan-debug.log file.
  • For details see JS7 - Log Files and Locations

...