FAQ | This is a LIVE service | Changelog

Add crontab schedule option to faas module

Description

Add crontab schedule option to faas module that triggers function on that schedule. e.g. */2 * * * *: the job runs every two minutes.`

Recommended mech for cloud function detailed here: https://cloud.google.com/scheduler/docs/tut-gcf-pub-sub

Acceptance criteria

  • faas terraform module accepts crontab schedule string and faas trigger based in schedule
Edited by Ed Kirk