chore: remove remaining QuoteForge/qfs references

This commit is contained in:
2026-02-07 21:49:32 +03:00
parent 641bc5614f
commit bf5dce9f18
10 changed files with 24 additions and 24 deletions

View File

@@ -1,15 +1,15 @@
# Cron jobs for PriceForge
# Run alerts check every hour
0 * * * * /app/quoteforge-cron -job=alerts
0 * * * * /app/priceforge-cron -job=alerts
# Run price updates daily at 2 AM
0 2 * * * /app/quoteforge-cron -job=update-prices
0 2 * * * /app/priceforge-cron -job=update-prices
# Reset weekly counters every Sunday at 1 AM
0 1 * * 0 /app/quoteforge-cron -job=reset-counters
0 1 * * 0 /app/priceforge-cron -job=reset-counters
# Update popularity scores daily at 3 AM
0 3 * * * /app/quoteforge-cron -job=update-popularity
0 3 * * * /app/priceforge-cron -job=update-popularity
# Log rotation (optional)
# 0 0 * * * /usr/bin/logrotate /etc/logrotate.conf