wieldes
wieldes
@chlins > @wieldes Hi, could you try to execute the above same SQLs on the task table? ``` registry=# SELECT COUNT(1) FROM execution WHERE vendor_type = 'EXECUTION_SWEEP'; count ------- 512...
@chlins ``` registry=# SELECT COUNT(1) FROM execution WHERE vendor_type = 'IMAGE_SCAN'; count --------- 2617000 (1 row) registry=# SELECT COUNT(1) FROM task WHERE vendor_type = 'IMAGE_SCAN'; count --------- 2617126 (1 row)...
> In the current situation, the job can't complete in 1 hour, we should adjust the default execution sweep schedule from every hour to every day or editable setting Editable...