You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested out a FIFO queue with deduplication enabled it didn't prevent duplicate jobs from getting submitted. This is while using ActiveJob which assigns a unique job_id to each message and thus makes the body different.
Has there been any discussion about removing the job_id when processing the message_deduplication_id while using ActiveJob?
The text was updated successfully, but these errors were encountered:
I tested out a FIFO queue with deduplication enabled it didn't prevent duplicate jobs from getting submitted. This is while using ActiveJob which assigns a unique job_id to each message and thus makes the body different.
Has there been any discussion about removing the
job_id
when processing themessage_deduplication_id
while using ActiveJob?The text was updated successfully, but these errors were encountered: