Skip to content

Switch package metadata sync to run hourly

Igor Frenkel requested to merge run-package-metadata-sync-hourly into master

What does this MR do and why?

Updates the package metadata sync job to run every hour instead of every 24 hours. This is safe since the job is idempotent. The worker has also been updated to prevent other instances from running since the data is instance-wide and only a single job needs to run.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports