Files
fizzy/app/models/card
Mike Dalessio 1bbb6d0c03 Fix race condition in Card::ActivitySpike::DetectionJob
The check-then-act pattern in `register_activity_spike` has been
replaced with `find_or_create_by!` to eliminate the race condition
that could lead to creating multiple activity spikes for a card. To
support this change, the `card_id` index on `cards_activity_spikes`
has been made unique.

ref: https://app.fizzy.do/5986089/cards/3063
2025-11-20 15:40:42 -05:00
..
2025-06-04 17:18:01 +02:00
2025-10-15 16:15:56 -05:00
2025-11-14 11:24:55 +01:00
2025-11-17 09:12:41 -05:00
2025-07-02 16:14:25 -05:00
2025-11-03 16:53:49 +01:00
2025-11-20 09:13:17 -05:00