Scheduled deployments run your Replit App tasks on a schedule with minimal setup.
How to access Scheduled Deployments
Scheduled Job configuration screen in the Deployments tool
npm install
build command.
The build command time does not count toward your usage and is not counted against the job timeout.
python app.py
as the run command.
The Replit scheduler executes the run command at the scheduled times.
The time it takes to run the command counts toward your usage. For more information on usage billing,
see the Scheduled Deployments section in our pricing documentation.