From 5c0206f48dc7f90009629d0a74bdc1dd6b4f67ea Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 1 May 2026 17:13:29 +0100 Subject: Rename jobIngestParkedLines to jobReadParkedLines Actual ingest is performed by the main process, jobReadParkedLines just reads the park file and adds it to the queue. --- src/ingestor.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 4373f40..d989ecd 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -72,7 +72,7 @@ namespace WebStat { std::optional> currentRun; }; - Job::Result jobIngestParkedLines(); + Job::Result jobReadParkedLines(); Job::Result jobPurgeOldLogs(); template void storeLogLine(DB::Connection *, const std::tuple &) const; @@ -114,8 +114,8 @@ namespace WebStat { void finalizeJob(Job &, minutes freq, Job::LastRunTime::clock::time_point now); void finishAllJobs(); - LineBatch jobIngestParkedLines(const std::filesystem::path &); - LineBatch jobIngestParkedLines(FILE *, size_t count); + LineBatch jobReadParkedLines(const std::filesystem::path &); + LineBatch jobReadParkedLines(FILE *, size_t count); static void sigtermHandler(int); void terminate(int); -- cgit v1.3