Skip to content

Commit

Permalink
refactor: Small config and schedule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Sep 15, 2024
1 parent 7aa40d2 commit ebeee82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/extensions/config/plausible.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$wgPlausibleDomain = 'https://analytics.star-citizen.wiki';
$wgPlausibleDomain = 'https://analytics.octofox.de';
$wgPlausibleDomainKey = 'star-citizen.wiki';
$wgPlausibleApiKey = getenv( 'EXT_PLAUSIBLE_KEY' );

Expand Down
4 changes: 2 additions & 2 deletions container-config/ofelia.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ user = www-data
# Daily at 05:01:01
schedule = 1 1 5 * * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php --shallow-update -d 25
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php --shallow-update -d 100
user = www-data
no-overlap = true

Expand Down Expand Up @@ -85,7 +85,7 @@ no-overlap = true
[job-exec "smw-rebuild-full"]
schedule = 1 1 8 * * 1
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php -d 25 --auto-recovery --ignore-exceptions
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php -d 100 --auto-recovery --ignore-exceptions
user = www-data
no-overlap = true

Expand Down
2 changes: 1 addition & 1 deletion jobrunner/jobrunner-conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"groups": {
"basic": {
"runners": 3,
"runners": 1,
"include": [
"*"
],
Expand Down

0 comments on commit ebeee82

Please sign in to comment.