Pushkin Cron's job is to run user defined period scripts
node
andpython
runtimes built in.- set up using standard cronttab syntax
- provides access to all environment variables
- Edit or create new scripts in the scripts folder.
- Create a line in the
crontab
file that points to your script - Easiest way to build this file is using crontab generator.
- Rebuild container
- Change the timezone to whatever you want by setting the
TZ
env variable in theDockerfile
- Share and publish other scripts that you may find useful