fix message trunct

pull/474/head
simon 1 year ago
parent c63249b778
commit 19c853f07b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -248,7 +248,7 @@ class Reindex(ReindexBase):
"""send notification back to task"""
remaining = RedisQueue(index_config["queue_name"]).length()
idx = total - remaining
message = [f"Reindexing {name[0].title()}s {idx}/{total}"]
message = [f"Reindexing {name.title()}s {idx}/{total}"]
progress = idx / total
self.task.send_progress(message, progress=progress)

Loading…
Cancel
Save