Skip to content

amoprocedures/fastapi-cronjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

How to set up a cron job with FastAPI

A cron job is a command that is used to schedule jobs to be executed in the future.

Most often it is used to schedule tasks to be performed periodically, such as notifications every Monday at 12.00

▶️ Watch Full Video

Environment setup

> python -m venv venv
> venv\Scripts\activate
> python -m pip install --upgrade pip
> pip install -r requirements.txt
> python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages