Skip to content

Commit 1562a97

Browse files
authored
change command signature (#981)
1 parent fb17a47 commit 1562a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Console/Commands/RebuildQueryserviceData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class RebuildQueryserviceData extends Command {
1616
use Traits\PageFetcher;
1717

18-
protected $signature = 'wbs-qs:rebuild {--domain=*} {--chunkSize=50} {--queueName=manual-intervention} {--sparqlUrlFormat=http://queryservice.default.svc.cluster.local:9999/bigdata/namespace/%s/sparql}';
18+
protected $signature = 'wbs-qs:rebuild {--domain=*} {--chunkSize=50} {--queueName=default} {--sparqlUrlFormat=http://queryservice.default.svc.cluster.local:9999/bigdata/namespace/%s/sparql}';
1919

2020
protected $description = 'Rebuild the queryservice data for a certain wiki or all wikis';
2121

0 commit comments

Comments
 (0)