feat: expand registry ingestion and demo exchange
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 36s
CI/CD Pipeline / Build and Push Images (push) Successful in 15s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 24s

This commit is contained in:
2026-07-16 12:59:23 +02:00
parent cc5aa84556
commit 007cecc8d5
43 changed files with 3723 additions and 352 deletions

View File

@@ -70,10 +70,6 @@ app.conf.beat_schedule = {
"task": "apps.parsers.tasks.parse_industrial_products",
"schedule": 7 * 24 * 60 * 60, # Every 7 days
},
"parse-inspections-weekly": {
"task": "apps.parsers.tasks.parse_inspections",
"schedule": 7 * 24 * 60 * 60, # Every 7 days
},
"sync-ru-proxies-hourly": {
"task": "apps.parsers.tasks.sync_ru_proxies",
"schedule": getattr(settings, "PROXY_TOOLS_SYNC_INTERVAL_SECONDS", 3600),