Skip to content

Allow multiple scheduling jobs for the same cloud function

Latest
Compare
Choose a tag to compare
@cleentfaar cleentfaar released this 07 Dec 13:34
· 75 commits to main since this release
f11b207

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