This code snippet was extracted from an AWS Step Functions example.
It can ben found in the AWS Console for the Step Functions service.
Follow the instructions on this documentation page
Date: 2019-10-16
This code snippet was extracted from an AWS Step Functions example.
It can ben found in the AWS Console for the Step Functions service.
Follow the instructions on this documentation page
Date: 2019-10-16
| /* Run cron tasks */ | |
| public function hookActionCronJob() | |
| { | |
| return $this->cronTask(); | |
| } | |
| /* Return cron job execution frequency */ | |
| public function getCronFrequency() | |
| { | |
| return array( | |
| 'hour' => -1, |