Can any help me, I can not figure out.
UpdateVendorProdcutFromXml::dispatchNow($filePath, $class);
Works fine no error. But
UpdateVendorProdcutFromXml::dispatch($filePath, $class)
->onQueue('updating-products')
->delay(now()->addSeconds(5))
Through error in logs.
(SQLSTATE[HY000]: General error: 1366 Incorrect string value)
