Skip to main content

Cron Example

info

The source code for this example is public on the following GitHub repository.

Genezio cron application

This is a simple project with a server that schedules some code to execute every minute

Prerequisites

Project Structure

Inside the project folder, you will find the following files and folders:

├── genezio.yaml
├── README.md
├── index.js
└── package.json

Genezio looks for genezio.yaml to read the settings for deploying the project or for spinning a local dev server for testing.

Run the project

Clone this example

Clone the repository:

git clone https://github.com/Genez-io/genezio-examples

Navigate to the following directory:

cd ./genezio-examples/javascript/cron

Test your project locally

Test the project locally:

genezio local

Deploy your project with genezio

If you wish to deploy your project to the Genezio infrastructure, follow these steps:

Log in to Genezio using the command genezio login:

genezio login

Deploy your project using the genezio deploy command from the ./genezio-examples/javascript/cron directory.

genezio deploy

Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm install -g genezioInstalls genezio globally
genezio loginLogs in to genezio
genezio localStarts a local server
genezio deployDeploys a production project
genezio --helpGet help using genezio

Want to learn more?

Check out:

Contact

If you need support or you have any questions, please join us in our Discord channel. We'd love to chat!

Built With