We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb17a47 commit 1562a97Copy full SHA for 1562a97
1 file changed
app/Console/Commands/RebuildQueryserviceData.php
@@ -15,7 +15,7 @@
15
class RebuildQueryserviceData extends Command {
16
use Traits\PageFetcher;
17
18
- 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}';
19
20
protected $description = 'Rebuild the queryservice data for a certain wiki or all wikis';
21
0 commit comments