From 6dfa11505feb39c56cb1d4cfc25a16c9daafab0a Mon Sep 17 00:00:00 2001 From: dena Date: Fri, 10 Oct 2025 08:37:44 +0200 Subject: [PATCH] change command signature --- app/Console/Commands/RebuildQueryserviceData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/RebuildQueryserviceData.php b/app/Console/Commands/RebuildQueryserviceData.php index fde73123b..1f1ac79ab 100644 --- a/app/Console/Commands/RebuildQueryserviceData.php +++ b/app/Console/Commands/RebuildQueryserviceData.php @@ -15,7 +15,7 @@ class RebuildQueryserviceData extends Command { use Traits\PageFetcher; - protected $signature = 'wbs-qs:rebuild {--domain=*} {--chunkSize=50} {--queueName=manual-intervention} {--sparqlUrlFormat=http://queryservice.default.svc.cluster.local:9999/bigdata/namespace/%s/sparql}'; + protected $signature = 'wbs-qs:rebuild {--domain=*} {--chunkSize=50} {--queueName=default} {--sparqlUrlFormat=http://queryservice.default.svc.cluster.local:9999/bigdata/namespace/%s/sparql}'; protected $description = 'Rebuild the queryservice data for a certain wiki or all wikis';