By default, the updates made to the attrep_status table is 1 minute.
We can change the frequency of updates made to the attrep_status table from 1 minute to X minutes by adding a field in the json under sorter settings as below:
There is no option in the UI, so we must modify it in JSON.
Steps to modify from JSON:
Export the task JSON
By default, the parameters look as below under sorter_settings:
Now I added "cdc_notification_period": 600 (which means I changed the frequency of updates made to the attrep_status table from default 1 minute to 10 minutes as below) in the task JSON: