Skip to content

Commit aa0c1a5

Browse files
resolve duplicate task name
1 parent 62d8887 commit aa0c1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tags/inheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def propagate_tags_on_product_deprecated(product_id, *args, **kwargs):
207207
propagate_tags_on_product(product_id, *args, **kwargs)
208208

209209

210-
@app.task(name="dojo.product.helpers.propagate_tags_on_product")
210+
@app.task
211211
def propagate_tags_on_product(product_id, *args, **kwargs):
212212
"""Load Product by id and run ``propagate_tags_on_product_sync`` (Celery worker)."""
213213
with suppress(Product.DoesNotExist):

0 commit comments

Comments
 (0)