look at your job constructor. ensure you are only passing scalars or model IDs, not whole objects. like this:
public function __construct(int $userId) { $this->userId = $userId; }