Skip to content

Commit

Permalink
Update jobrunner-hi.json.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 24, 2024
1 parent 9ccaa00 commit 4ac2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mediawiki/templates/jobrunner-hi.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@
},

// Command used to launch a runner for a given job queue
"dispatcher": "JOBRUNNER_RUN=true php <%= @runner %>/srv/mediawiki/<%= @version %>/maintenance/runJobs.php --wiki=%(db)x --type=%(type)x --maxtime=%(maxtime)x --memory-limit=%(maxmem)x --result=json"
"dispatcher": "curl -XPOST -s -a 'http:\/\/127.0.0.1:9007\/rpc\/RunJobs.php?wiki=%(db)u&type=%(type)u&maxtime=%(maxtime)u&maxmem=%(maxmem)u'""
}

0 comments on commit 4ac2652

Please sign in to comment.