Closed jvaughan closed 11 years ago
Hey thanks, good catch. You're right Worker::setupDJJob() needs to be updated to build the connection string differently depending on whether $config->host is a hostname or filepath to a socket. Hopefully I'll have some time to tinker with this over the weekend.
If anyone knows of a way of getting a standard PDO object out of Magento to pass to DJJob please let me know!
Hi,
Thanks for the very useful module!
I found that jobs silently fail to run when magento is configured to connect to mysql using a socket, eg (in local.xml):
I presume that these values are not valid when parsed as arguments in Worker::setupDJJob().