Skip to content

Instantly share code, notes, and snippets.

View ambrose40's full-sized avatar
💾
Coding

Boriss Melikjan ambrose40

💾
Coding
View GitHub Profile
@ambrose40
ambrose40 / CREDITS.md
Created August 18, 2020 16:32 — forked from byrro/CREDITS.md
AWS Step Functions Example - Data Migration

CREDITS

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

@ambrose40
ambrose40 / mymodule.php
Created July 31, 2020 12:14 — forked from prestarocket/mymodule.php
prestashop cron method
/* Run cron tasks */
public function hookActionCronJob()
{
return $this->cronTask();
}
/* Return cron job execution frequency */
public function getCronFrequency()
{
return array(
'hour' => -1,