OpenFn/lightning

Remove locking of trigger to update timestamps

Closed this issue · 0 comments

We lock the trigger so that we can track timestamps received for partitions and avoid race conditions. Unfortunately, this may be the cause of intermittent deadlocks. Remove the tracking of partition timestamps to see if it resolves the issue.