Audience question about a scenario where many queue messages concern the same record and generate jobs. Paweł's answer: if possible execute them one by one, or execute a few concurrently while being careful not to overwrite data (e.g. using optimistic locking). It's case-specific and may need further investigation to find the right deduplication strategy.