Bugzilla webhook deliveries are currently deduplicated using a process-local TTL cache. This does not prevent duplicate runs when retried deliveries reach different service instances.
Replace it with database-level deduplication for Bugzilla webhook events.
Bugzilla webhook deliveries are currently deduplicated using a process-local TTL cache. This does not prevent duplicate runs when retried deliveries reach different service instances.
Replace it with database-level deduplication for Bugzilla webhook events.