I have a cloud scheduler task that runs monthly to kick off some
automation. It use to hit a cloud function, now it directly sends an
HTTP request to a compute instance running some expressJs custom code.
Lets call the compute instance vm1. When I us...