| hoo updated the task description. (Show Details) |
CHANGES TO TASK DESCRIPTION
(This may or may not be the reason behind yesterday's dispatch trouble, I can't tell… although given it lagged behind for such a long time already, it might not).
The lock manager could be defined as:
```lang=php
$wgLockManagers[] = [
'name' => 'OUR-redisLockManager',
'lockTTL' => 150, // 5m
'class' => 'RedisLockManager',
'lockServers' => $wmfMasterServices['redis_lock'],
'srvsByBucket' => [
0 => $redisLockServers
],
'redisConfig' => [
'connectTimeout' => 2,
'readTimeout' => 2,
'password' => $wmgRedisPassword
]
];
(This may or may not be the reason behind yesterday's dispatch trouble, I can't tell… although given it lagged behind for such a long time already, it might not)```
...
I suggest to addconfigure a new (redis based) lockmanger either specifically for this, or generally for "short lived tasks" with a `lockTTL` of maybe 5m.(This may or may not be the reason behind yesterday's dispatch trouble, I can't tell… although given it lagged behind for such a long time already, it might not).
The lock manager could be defined as:
```lang=php
$wgLockManagers[] = [
'name' => 'OUR-redisLockManager',
'lockTTL' => 150, // 5m
'class' => 'RedisLockManager',
'lockServers' => $wmfMasterServices['redis_lock'],
'srvsByBucket' => [
0 => $redisLockServers
],
'redisConfig' => [
'connectTimeout' => 2,
'readTimeout' => 2,
'password' => $wmgRedisPassword
]
];
(This may or may not be the reason behind yesterday's dispatch trouble, I can't tell… although given it lagged behind for such a long time already, it might not)```
TASK DETAIL
EMAIL PREFERENCES
To: hoo
Cc: Ladsgroup, daniel, Lydia_Pintscher, Addshore, Aklapper, hoo, Lahi, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
Cc: Ladsgroup, daniel, Lydia_Pintscher, Addshore, Aklapper, hoo, Lahi, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
