diff --git a/roles/distgit/pagure/files/hotfix-20190227-hooks-default.py b/roles/distgit/pagure/files/hotfix-20190227-hooks-default.py index 475969aae2..73136510ae 100644 --- a/roles/distgit/pagure/files/hotfix-20190227-hooks-default.py +++ b/roles/distgit/pagure/files/hotfix-20190227-hooks-default.py @@ -329,7 +329,7 @@ class DefaultRunner(BaseRunner): # Refresh of all opened PRs parent = project.parent or project - pagure.lib.tasks.refresh_pr_cache( + pagure.lib.tasks.refresh_pr_cache.delay( parent.name, parent.namespace, parent.user.user if parent.is_fork else None,