firestore-counter v0.1.1
laurenzlong
released this
12 Dec 20:34
·
1551 commits
to master
since this release
changed - Moves the logic for monitoring the extension's workload from the existing HTTP function to a new Pub/Sub controllerCore function. Now, if called, the HTTP function triggers the new controllerCore
function instead. This change was made to accommodate a change in the way Google Cloud Functions handles HTTP functions.
We recommend that you edit your existing Cloud Scheduler job to instead send a message to the extension's Pub/Sub topic which triggers the new controllerCore
function (detailed instructions provided in the POSTINSTALL file. Although it's not recommended, if you leave your Cloud Scheduler job calling the HTTP function, your extension will continue to run as expected.