Skip to main content

Run One-Off Jobs

Render One-Off Jobs run a command in a fresh container using the same image and environment as the worker service. Use them for backfills, data migrations, and other ad-hoc scripts.
One-off jobs cannot be created from the dashboard. Use the Render CLI (brew install render && render login).

Procedure

Run a dry run first (most scripts in server/scripts/ preview without --execute):
Then run for real:
Tail logs: