← Graph

Deduplicating Jobs For The Same Record

question 1 connections

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.

answer_summary
Execute sequentially when possible, or concurrently with optimistic locking; solution is case-specific.
question Deduplicating Jobs For The Same Record
asked_at
Question asked during the Q&A of this talk.

Provenance

Read by
3 extractions