You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Console/ProcessCacheInvalidationEventsCommand.php
+40-26Lines changed: 40 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ protected function processEvents(int $shardId, int $priority, int $limit, int $t
109
109
$counter = 0;
110
110
111
111
// Fetch associated identifiers for the events
112
-
// TODO JB 31/12/2024: per adesso commentato, da riattivare quando tutto funziona alla perfezione usando la partizione
112
+
// TODO JB 31/12/2024: per adesso commentato, da riattivare quando tutto funziona alla perfezione usando la partizione e soprattutto quando l'insertGetId è stato riattivato nll'helper
113
113
$associations = collect();
114
114
/*
115
115
$eventIds = $events->pluck('id')->all();
@@ -255,6 +255,7 @@ protected function getRecordsFromDb(array $tuples): array
255
255
$params[] = $identifier;
256
256
}
257
257
258
+
// ATTENZIONE, qui non si può usare la partizione diretta perchè i record possono essere in partizioni diverse
258
259
$sql = "SELECT identifier_type,
259
260
identifier,
260
261
last_invalidated
@@ -303,7 +304,11 @@ protected function updateLastInvalidationTimes(array $identifiers): void
0 commit comments