mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Remove batchSize field from FindAllBy type. - Update DatabaseService.findAllBy to stop reading/validating batchSize and use LIMIT_MAX as the batch size. - Remove per-job batch size constants and batchSize parameters from multiple worker cron jobs (AlertOwners, Incident*, ScheduledMaintenance*, StatusPage*, Announcement, OnCall, Workflow, UserOnCallLog, ServerMonitor, PaymentProvider, etc.). - Simplify call sites to rely on findAllBy's default batching behavior.