Files
git.stella-ops.org/src/Concelier
master 4eb411b361 Relax RedHat cron schedule from every 15min to every 4 hours
The 15-minute cron (0,15,30,45 * * * *) caused the fetch/parse/map
pipeline to fire 4x per hour, creating constant DB write pressure.
This overlapped with e2e test runs and caused advisory-source API
timeouts due to shared Postgres contention.

Changed to every 4 hours (0 */4 * * *) which is appropriate for
advisory data freshness — Red Hat advisories don't update every 15min.
Parse/map stages staggered at +10min and +20min offsets.

Manual sync via POST /advisory-sources/redhat/sync remains available
for on-demand refreshes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 13:27:53 +03:00
..
2026-02-01 21:37:40 +02:00
up
2025-12-13 00:20:26 +02:00