Job
Last edited on 18 Dec 2024
In App Platform, a job is a container component that runs a process to completion at a scheduled time. Job are not routable, meaning they cannot accept HTTP requests, so they are not accessible from the public internet or the app’s private network.
Unlike services and workers , jobs are not designed to run continuously. Jobs are suitable for running one-off operations, like database migrations, that happen before, after, and on failure of deploys.