summaryrefslogtreecommitdiff
path: root/src/sql/selectUninsertableLines.sql
Commit message (Collapse)AuthorAge
* Select uninsertable is for updateHEADmainDan Goodliffe5 days
| | | | | This prevents other instances acting on the same rows in parallel, potentially duplicating the rows and effort.
* Run the retry uninsertable process batchedDan Goodliffe2026-05-19
| | | | | Standard sized batch in a transaction, ordered by entity id. Includes early exit if terminated.
* Add job to retry insertion of log lines which had previously failedDan Goodliffe2026-05-18
Entities are reparsed and reinserted, removed on success. Failure to parse updates the entity type to UnparsableLine. Failure to insert again updates the detail with the reason.