feat: expand registry ingestion and demo exchange
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user