`

jobs Window Interval parameter

 
阅读更多
"The Window Interval.
When you restart a server, the tools scheduled to run while the server was shut down will not necessarily run immediately. Some tools have a default window on either
side of the scheduled run time that allows the tool schedule to recover gracefully. For example, suppose that a tool has a window_interval of 120 minutes (2 hours) and it is normally supposed to execute at 9 p.m. The tool will only be able to run between the hours of 7 p.m. and 11 p.m. If it is started before 7 p.m., it aborts and is rescheduled to run at 9 p.m. the same day. If is started after 11 p.m., it aborts and is rescheduled to run at 9 p.m. the next day.

To illustrate, suppose a tool is scheduled to execute daily at 11 p.m. and that the server is shut down from 9 a.m. on July 21 to 9 a.m. on July 22. When you restart the server at 9 a.m. on the July 22, the server attempts to execute the tool. However, because 9 a.m. is not within the tool¿s window, the tool aborts the July 21, 11 p.m. job, and is rescheduled to run at 11 p.m. that night (July 22).

This window of execution is provided for most tools to ensure that server start-ups are not delayed by the execution of tools. You can change the size of the window by setting the -window_interval argument for the job (in the method_arguments attribute). This argument takes an integer value that expresses the length of the desired interval in minutes. For example if you wanted to reset the interval to 1 hour on either side of the job¿s scheduled execution time, you would set -window_interval to 60 for that job.

Refer to the description of each tool to determine if the tool takes the -window_interval argument and, if so, the argument¿s default value."

Because 24 hours are equal to 1440 minutes, in order to ensure job execution in any moment enough will be to set window_interval value to 720 (i.e., one half of full 24 hours).
分享到:
评论

相关推荐

    INTERVAL

    在IT行业中,"INTERVAL"这个词经常用于数据库管理和编程领域,特别是与时间相关的计算和存储。在SQL(结构化查询语言)中,INTERVAL是一种数据类型,用来表示两个日期或时间点之间的差值。它允许我们精确地表示年、...

    delphi *.textgrid文件到*.interval

    标题提到的"delphi *.textgrid文件到*.interval" 指的是使用Delphi编程环境编写的一个工具,该工具能够将Praat的TextGrid文件转换为interval格式。Delphi是一个强大的Windows应用程序开发平台,基于Object Pascal...

    Delphi Interval属性用法源码

    在Delphi编程环境中,Interval属性通常与TTimer组件相关联,用于设置或获取计时器触发事件之间的间隔时间。TTimer是VCL(Visual Component Library)框架中的一个关键组件,它允许开发者创建在指定时间间隔内执行...

    Interval Finite Element Method with MATLAB

    ### Interval Finite Element Method (IFEM) with MATLAB #### 引言 《Interval Finite Element Method with MATLAB》这本书由Sukantan Nayak与Snehashish Chakraverty合著,由学术出版社(Academic Press)出版,...

    Python 数值区间处理_对interval 库的快速入门详解

    ### Python 数值区间处理:对 interval 库的快速入门详解 #### 一、引言 在数据处理领域,经常需要判断一个数值是否位于特定区间内。这种需求在数据分析、科学计算等多个场景中都非常常见。虽然可以使用传统的 `if-...

    window对象方法属性全解

    同样,`setInterval`和`clearInterval`用于周期性执行函数,如`setInterval(func, interval)`每间隔interval毫秒执行func,`clearInterval(id)`停止执行。 5. `moveBy`、`moveTo`、`resizeBy`、`resizeTo`、`...

    interval analysis

    - **参数不确定性(Parameter uncertainty)**:实际系统的参数值可能未知或只能近似估计。 为了确保计算结果的可靠性和准确性,必须考虑并分析这些不同类型的误差源。针对不同的误差类型,可以采用不同的技术来解决...

    javascript window对象

    - **语法**:`window.setInterval(callback, interval)` - **功能**:按照指定的时间间隔重复调用一个函数或计算一个表达式。 - **参数**:`callback`为回调函数,`interval`为间隔时间。 - **返回值**:返回一个...

    JavaScript_之Window对象.doc

    - `window.setInterval(func, interval)` 每隔`interval`毫秒周期性地执行`func`函数。返回ID,用于取消定时器。 - `window.clearInterval(id)` 通过给定的ID取消一个周期性定时器。 8. **moveBy()** 和 **moveTo...

    关于js-window对象的方法和属性资料

    - **语法**:`window.setInterval(function, interval[, arg1, arg2, ...])` - **描述**:每隔指定的时间周期性地执行一个函数或指定的一段代码。 - **参数**: - `function`:要执行的函数或代码。 - `interval`...

    稳定匹配算法,贪心算法,动态规划,interval-partitioning算法

    能用interval-partitioning算法设计思想解决一些贪心问题,并能用代码实现interval-partitioning 算法,以得到最优解。 一、实验目的 了解动态规划的思想,掌握0/1背包问题的基本解决方法。 二、实验要求 (1)有n...

    前端开源库-node-interval-tree

    **节点间隔树(Node-Interval-Tree)** 节点间隔树是一种高效的数据结构,主要用于处理一系列具有区间特性的数据。在前端开发中,特别是在处理实时事件、时间轴管理、地图坐标等涉及时间或空间范围的问题时,node-...

    266.rar_Type-2_fuzzy approximation _interval_interval fuzzy _int

    an Interval Type-2 fuzzy set composed from α-cuts done over its primary membership functions. The de&#64257 nition of available Type-reduction methods for Interval Type-2 fuzzy sets are based on an ...

    Introduction to Interval Analysis

    Intlab (Interval Laboratory) 是一款开源的MATLAB工具箱,专门用于区间分析。它由Ramon E. Moore、R. Baker Kearfott和Michael J. Cloud等人开发,旨在提供一套全面的区间运算功能。 **3.2 主要特点** - **易于...

    Python库 | interval-py-0.0.2.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:interval-py-0.0.2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    human-interval, javascript的人类可以读时间.zip

    human-interval, javascript的人类可以读时间 人类间隔Javascript的人类可读区间解析器。由 matthewmueller/日期激发。示例用法const humanInterval = require('human-interval');setTimeout

    INTERVAL_tree

    在本项目中,"INTERVAL_tree" 实现了这一概念,采用 C++ 语言编写。 首先,我们来理解什么是扩展二叉树。扩展二叉树(Extended Binary Tree)是对标准二叉搜索树的一种扩展,它允许每个节点拥有两个或更多的子节点...

    Interval zero公司的实时windows RTX 8.0 Demo版

    此软件为实时Windows操作系统扩展,安装此软件后Windows操作系统即具备实时性能。既获得0.1微秒级的实时特性,又发挥Windows平台的优点。标准的Windows编程开发环境, 用Visual C++/Studio开发。...

    Delphi 12 控件之Interval Software Envision Image Library v4.02 for

    Interval Software Envision Image Library v4.02 是一个专为 Delphi 开发者设计的图像处理库,适用于 Delphi 7 到 11 Alexandria 的版本。这个库提供了丰富的功能,帮助开发者在 Delphi 应用程序中实现复杂的图像...

    shortest confidence interval for sigma,computation using Matlab

    shortest confidence interval for sigma,computation using Matlab,TRAORE BOUBAKAR,Xia Letian,对于CHI-SQUARE分布,当自由度n不太大时,按概率对称得到的置信区间并不是最短的。对于给定的置信水平1- ,根据...

Global site tag (gtag.js) - Google Analytics