Hi! I’m dealing with long wait times (and requests getting dropped) due to a lock when we get a huge spike of job inserts. Is there any documentation on perf characteristics, min requirements, or perf tuning that I can look at? The purple is all Lock:object
If you can’t switch notifiers and don’t want to lose insert triggers, ensure you’re using bulk inserts with insert_all and avoid using unique where possible.
No, because they’re actually emitted from client code as jobs are inserted. However, you could easily replicate the trigger effect from client code if desired: