Releases: Pararius/platform-tools
Releases · Pararius/platform-tools
Allow multiple scheduling jobs for the same cloud function
This release changes the way scheduled cloud functions work. Instead of having only one scheduler associated with a function, it now lets you define multiple schedulers. In our case this means we can run the same function with different request bodies, without having to duplicate the whole function itself.
New major version as it breaks the current scheduled module
First release
First production-tested release containing most of the modules we use so far:
- storage
- functions (scheduled and pubsub_triggered)
- metrics/alerts (still need work to avoid collisions between branches)