The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Chinese (Simplified)
Intervals calculated to exceed the maximum retry interval will then automatically be shortened accordingly. 计算出超过最大重试间隔的间隔将自动相应缩短。
Example: If a request is initially triggered at 10:00 with initial interval at '1 minute', retry factor at '2' and maximum interval at '5 minutes', retries would be triggered at 10:01 (1 minute), 10:03 (2 minutes), 10:07 (4 minutes), 10:12 (8=>5 minutes), 10:17, ... 示例:示例:如果一个请求的初始时间间隔为“1分钟”,重试因子为“2”,最大间隔为“5分钟”,初始触发在10:00,重试将触发在10:01(1分钟),10 :03(2分钟),10:07(4分钟),10:12(8 => 5分钟),10:17,...
Maximum retry count 最大重试次数
Maximum number of retries before a failing request is discarded, not counting the initial request. 失败请求被丢弃之前的最大重试次数,不计入初始请求。
Example: If a request is initially triggered at 10:00 with initial interval at '1 minute', retry factor at '2' and maximum retry count at '2', retries would be triggered at 10:01 and 10:02 only. 示例:如果一个请求的初始时间间隔为“1分钟”,重试因子为“2”,最大重试次数为“2”,初始触发在10:00,将仅在10:01和10:03触发重试。
Note: Maximum retry count might not be reached if a maximum retry period is configured as well and reached earlier. 注意:如果配置了最大重试时间并且较早到达,则可能无法达到最大重试次数。
This field must be empty or contain a positive number. 此字段必须为空或包含正数。
Maximum retry period 最大重试时间
Maximum period of time for retries of failing requests before they are discarded (based on the error handling module execution time for the initial request). 在丢弃失败请求之前重试的最长时间(基于初始请求的错误处理模块执行时间)。
Retries that would normally be triggered after maximum period is elapsed (according to retry interval calculation) will automatically be triggered at maximum period exactly. 在最大时间段之后正常触发的重试(根据重试间隔计算)将在最大时间段到达时自动触发一次。
Example: If a request is initially triggered at 10:00 with initial interval at '1 minute', retry factor at '2' and maximum retry period at '30 minutes', retries would be triggered at 10:01, 10:03, 10:07, 10:15 and finally at 10:31=>10:30. 示例:如果一个请求的初始间隔为“1分钟”、重试因子为“2”、最大重试时间为“30分钟”,初始触发在10:00,重试将触发在10:01、10:03、10:07、10:15,最后在10:31 => 10:30触发一次。
Note: Maximum retry period might not be reached if a maximum retry count is configured as well and reached earlier. 注意:如果配置了最大重试次数并且较早到达,则可能无法达到最大重试时间。
Add Invoker 添加调用程序
Edit Invoker 编辑调用程序
Do you really want to delete this invoker? 您真的想要删除这个调用程序吗?
Invoker Details 调用程序详情
The name is typically used to call up an operation of a remote web service. 该名称通常用于调用远程Web服务的操作。
Invoker backend 调用程序后端
This OTRS invoker backend module will be called to prepare the data to be sent to the remote system, and to process its response data. 这个OTRS调用程序后端模块被调用后,负责准备需要发送给远程系统的数据,并处理它的响应数据。
Mapping for outgoing request data 映射出站请求数据