Skip to content

Releases: Pararius/platform-tools

Allow multiple scheduling jobs for the same cloud function

07 Dec 13:34
f11b207
Compare
Choose a tag to compare

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

01 Dec 12:16
292e28f
Compare
Choose a tag to compare

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)