Skip to main content

Jobs

Use jobs to retrain models on a regular basis. Jobs can be created from notebooks, git, or the Modelbit web application.

Jobs run in the same environment as the deployment, using the same python and system packages.

Visit the Jobs page within your deployment to view previous executions of jobs, how long each job took, and any logs output created by the job.

Runner sizes

Jobs can be run on different size job runners. By default, jobs run on the small runner size.

Runner SizeCPUsGB RAMCost Factor
small2151
medium4302
large8604
xlarge161208

See the notebook or git jobs documentation for how to use different size job runners.