As someone who needs http logs analyzed,
I want that daily sync runs take less than 6 hours,
because 6 HOURS ARE YOU KIDDING ME?!
A script exists which doesn't use one rsync call per synced log file and which processes several hosts in parallel.
The existing syncHttpLogs.sh script polls logs for the past three days, for each host one at a time and one file after another. Using one call to rsync per host/day (i.e. directory) and working on several hosts in parallel should speed things up.
syncHttpLogs.sh
rsync
Metadata Update from @nphilipp: - Issue tagged with: DNF Counting
Metadata Update from @nphilipp: - Issue assigned to nphilipp
PR: fedora-infra/ansible#726
Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.