Async API Framework Settings
ERP Cloud
Use these settings to control the behavior of system processes in Async API Framework.
Field | Description | Default Value |
---|---|---|
Days to Keep Error Job Records | The number of days for retaining records of failed jobs before deletion. | 30 |
Days to Keep Process Run And Logs | The number of days to keep Process Run and Log records before automatically deleting them. | 90 |
Days to Keep Success Job Records | The number of days for retaining records of successful jobs before deletion. | 7 |
Dead Job Sweeper Enqueue Delay | For Certinia internal use only. The delay time in minutes for enqueuing the Dead Job Sweeper with a minimum of one minute. A value of zero will be ignored. | 1 |
Is Test With Chain | For Certinia internal use only. If selected, enable the unit tests to run with chained queueables. | Selected |
Job Record Cleanup Time | For Certinia internal use only. The time of the last cleanup of job records. | |
Maximum Completed Job Records to Retain | The maximum number of completed job records that can be retained. | 100000 |
Maximum Running System Jobs | For Certinia internal use only. The maximum number of running system jobs controls the maximum number of actively executing system jobs, while user mode jobs remain unaffected. A negative value disables this limit. | -1 |
Maximum Stalled Job Checks | For Certinia internal use only. The monitor job checks the maximum number of times a blocked job and has failed to progress before it is considered to have failed. The default is 10 and the minimum is 1. A value of zero will be ignored. | 10 |
Monitor Enqueue Attempts | For Certinia internal use only. The number of times the monitor will be enqueued repeatedly when no jobs are found before it retires. The default is 10. | 10 |
Monitor Enqueue Delay Minutes | For Certinia internal use only. The number of minutes to delay the enqueuing of the monitor job. The default is 1 and the minimum is 1. A zero value will be ignored. | 1 |
Monitor Maximum Jobs Per Iteration | For Certinia internal use only. The maximum number of pending jobs to be queried per iteration of the monitor job is limited to 25000 records. | |
Pending Job Idle Limit | For Certinia internal use only. The maximum number of minutes a job can remain idle before the monitor job picks it up and re-enqueues. The default is 5 minutes, with a minimum of 1 minute. A value of zero will be ignored. | 5 |