How to enforce cron's location?

So I have cron which is doing single request to slow server in east europe. 3 out of 10 request is sucessful, the rest is failing beacuse of some random errors (530, 522) - probably because how slow is given API. Is there any solution to enforce location of cron ? So it is executed at least in europe (not in US - request across ocean to slow server always fails). Thanks
1 Reply

Did you find this page helpful?