Commit 9234b706 authored by lixiaofang's avatar lixiaofang

add

parent 286d2b35
...@@ -71,7 +71,7 @@ INSTALLED_APPS = ( ...@@ -71,7 +71,7 @@ INSTALLED_APPS = (
CELERYBEAT_SCHEDULE = { CELERYBEAT_SCHEDULE = {
'sync_face_similar_data_to_redis': { 'sync_face_similar_data_to_redis': {
'task': 'injection.data_sync.tasks.sync_face_similar_data_to_redis', 'task': 'injection.data_sync.tasks.sync_face_similar_data_to_redis',
'schedule': timedelta(seconds=120), 'schedule': timedelta(seconds=10),
'args': () 'args': ()
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment