[20:51:28] tried adding redis job queue to my install and all I am getting is "DEBUG: No jobs available...", while there are keys in the redis data store [21:10:40] and the worst part is it is not very well documented, so I do not even know how to start debugging it (GET fails with "WRONGTYPE Operation against a key holding the wrong kind of value") [21:12:23] oh, scratch that, found out how to look at the values [21:25:45] I am not sure the current iteration of jobrunner is compatible with 1.34 :\ [21:28:02] https://www.mediawiki.org/wiki/Manual:$wgJobQueueAggregator says "removed in 1.33", and jobrunner is unable to start without specifying aggregator servers; what am I missing here?