mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-22 00:56:37 +03:00
Trying to understand invalid sync period
This commit is contained in:
parent
da21e9939a
commit
c2a1ecc688
|
@ -39,6 +39,8 @@ def clickhouse_auto_sync():
|
|||
# Start
|
||||
for cls in get_subclasses(ClickHouseModel, recursive=True):
|
||||
if cls.need_sync():
|
||||
import datetime
|
||||
print(cls.__name__, datetime.datetime.now().isoformat())
|
||||
# Даже если синхронизация вдруг не выполнится, не страшно, что мы установили период синхронизации
|
||||
# Она выполнится следующей таской через интервал.
|
||||
sync_clickhouse_model.delay(cls)
|
||||
|
|
Loading…
Reference in New Issue
Block a user