Change for distributed smart Queen system.
When jobs are inserted into the analysis_job table, the analysis_stats table for the given analysis is updated by incrementing the total_job_count, and unclaimed_job_count and setting the status to 'LOADING'. If the analysis is 'BLOCKED' this incremental update does not happen. When an analysis_stats is 'BLOCKED' and then unblocked this automatically will trigger a resync so this progress partial update is not needed.
Please register or sign in to comment