Hi Karl, lately we are facing job status problems. After a few minutes the job ends suddenly, always the same way:
Error: Unexpected jobqueue status - record id 1539339908660, expecting active status, saw 2 Error: Unexpected jobqueue status - record id 1539291541171, expecting active status, saw 2 Error: Unexpected jobqueue status - record id 1539294182173, expecting active status, saw 2 Error: Unexpected jobqueue status - record id 1539338949797, expecting active status, saw 2 I did some investigations and a select to the database after the error appeared and BEFORE rerunning the job: SELECT * FROM `jobqueue` WHERE id = 1539336459053 and jobid = 1539269973731 it returned status = 'G' After the run was repeated, it finished OK and same query returned status = 'C'. I don't understand much of the "active" workers but it seems the item is processed twice. Do you have an idea about what we should investigate? Thanks in advance!
