updated requirements, updated ES task
This commit is contained in:
parent
4ebece45d3
commit
8951de7399
|
|
@ -27,5 +27,5 @@ def recalculate_price_levels_by_country(country_id):
|
|||
|
||||
@periodic_task(run_every=crontab(minute=59))
|
||||
def rebuild_establishment_indices():
|
||||
management.call_command(search_index.Command(), action='rebuild', models=[models.Establishment.__name__],
|
||||
management.call_command(search_index.Command(), action='populate', models=[models.Establishment.__name__],
|
||||
force=True)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,5 @@ PyYAML==5.1.2
|
|||
|
||||
# temp solution
|
||||
redis==3.2.0
|
||||
amqp>=2.4.0
|
||||
|
||||
kombu==4.5.0
|
||||
celery==4.3.0rc2
|
||||
kombu==4.3.0
|
||||
celery==4.2.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user