Fixes celery kwarg for queue
This commit is contained in:
parent
26adf2d974
commit
aa91361fe4
5 changed files with 18 additions and 18 deletions
|
@ -119,7 +119,7 @@ def get_or_create_connector(remote_id):
|
|||
return load_connector(connector_info)
|
||||
|
||||
|
||||
@app.task(priority="low_priority")
|
||||
@app.task(queue="low_priority")
|
||||
def load_more_data(connector_id, book_id):
|
||||
"""background the work of getting all 10,000 editions of LoTR"""
|
||||
connector_info = models.Connector.objects.get(id=connector_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue