What is the greatest constant $c$ such that for any primes $p, q$ with $p<q<cp$, there exist two consecutive positive integers, one with largest prime divisor $p$, and the other with largest prime divisor $q$?
This question shows that $c=2$ works, and the argument uses exactly $c=2$. What can go wrong if $c>2$? For many pairs of primes, it looks like finding such consecutive integers is still possible. For example if $p=3$ and $q=29$, we can take $(144,145)$.
For example, $2$ and $23$ won't work. One of the consecutive integers must be a power of $2$. Since the order of $2$ mod $23$ is $11$, $2^k + 1$ is never divisible by $23$, while $2^k - 1$ is divisible by $23$ iff $k$ is divisible by $11$. But then $2^k - 1$ is also divisible by $89$.
EDIT: I suspect that $3$ and $89$ won't work, but I don't have a proof.