EVERY_MISSED={SCHEDULE | BYPASS}

This parameter defines whether an EVERY request can be scheduled at the platform server startup when the interval defined by the EVERY request has already passed. This parameter is meaningful only when the EVERY parameter is specified.

This can happen when platform server started task is brought down and up. For example, if you specify a request to run at 10:00 a.m. every day and the started task is brought down at 9:50 a.m. and brought up again at 10:10 a.m., the EVERY_MISSED parameter is used to determine whether the request should be scheduled at the startup, even though the actual interval has expired.

The valid values are as follows:

  • SCHEDULE: schedule the request at startup.
  • BYPASS: do not schedule the request at startup, and schedule it at the next interval.