RSS Feed/News Do enqueueUnique jobs with the same uniqueId run concurrently?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,691
Points
823

Reputation:

We have a large database updating process that is run whenever a user takes certain actions. It was causing deadlocks when the site had a lot of activity, so we converted it to a job with a uniqueId, passed certain params that were unique to that user, and made sure manual was set to "false" so the job would run in the background.

There is some evidence that would suggest that when traffic is high, some of these jobs aren't actually being run, or maybe they're being dropped. It's...

Read more

Continue reading...
 
Status
Not open for further replies.
Top