#28 Make sure the cron-jobs don't cause race-conditions
Closed by nphilipp. Opened by asaleh.

User Story

As someone who has to keep this running,

I want that the individual scripts only get run when previous steps have finished,

so that I don't have to clean up the mess.

Acceptance Criteria

  • Instead of individual cronjobs, there is one overarching script that first syncs, then combines logs, ~~then processes them~~ (calling the other scripts/programs one after another).

Background

The cronjobs are scheduled at different times, and if some take too long it can lead to race-conditions. We probably want to use lock-files to avoid this.

Update: this seems to largely affect the steps of a) syncing log files from individual (proxy) hosts and b) combining them.


Metadata Update from @nphilipp:
- Issue tagged with: DNF Counting

Metadata Update from @nphilipp:
- Issue assigned to nphilipp

PR: fedora-infra/ansible#766

This has been merged, but needs to be deployed still.

Issue status updated to: Closed (was: Open)

Metadata