I have located my App Engine in Europe-West1. To make Cloud Functions Scheduler work it seems that it needs to be located in the same region. For whatever reason it won't let me deploy that function to that region. Any idea what is missing here.
exports.zipImages = functions.region('europe-west1').pubsub.schedule('0 12 * * *').onRun((context) => {
return console.log("Zipper Schedule running!");
})
i functions: creating Node.js 8 function zipImages(europe-west1)...
✔ scheduler: all necessary APIs are enabled
✔ pubsub: all necessary APIs are enabled
Error: HTTP Error: 400, Location must equal europe-west1 because the App Engine app that is associated with this project is located in europe-west1