Skip to Content

Jobs

What is a Job?

A job in Brender Cloud is a rendering project. It comprises several components, including:

  • Job Status: The current state of the job (e.g., running, completed, failed).
  • Job Type: The type of render (animation, still image, custom Python, etc.).
  • Submitted by: The user who initiated the job.
  • Server Configuration: Details such as the number of servers and allocated resources.
  • Frame Information: Data on rendered frames and frames awaiting rendering.
  • Final Output Files: Downloadable render files.
  • Logs: Execution logs that provide insights into Blender’s performance on the servers.
Jobs tracking table screenshot

Job Types

The following table explains the available job types in Brender Cloud:

Job TypeDescription
ANIMATIONUsed for rendering animations. This job type processes a specified range of frames and supports only image output formats (video output is not supported).
STILLUsed for rendering a single frame.
CUSTOM_SCRIPTUsed for rendering with a custom Python script using the Blender Python API (bpy). Ideal for cases that require flexibility and customization of the rendering process. It supports pip libraries. See Available Libraries for more details.

Job Status

Jobs can be filtered in the Jobs panel based on their status. Below is a table explaining each possible job status:

StatusDescription
MONTHLY_QUOTA_EXCEEDEDThe render cannot be executed due to the studio’s monthly hour limits. You must wait until the next month or request a quota increase (only available to root users or managers). See Limits for more details.
FAILEDThe job has failed.
RUNNINGThe job is currently executing.
QUEUEDThe job is queued—submitted and in the process of starting.
PENDING_ANALYSISThe job is waiting for the analysis to complete (only applicable for animations).
SUCCEEDThe job has completed successfully.
AWAITING_APPROVALThe job is paused, typically because autorun is disabled. Manual approval is required to resume the job.
ERRORS_PENDING_REVIEWThe job is paused due to an error during analysis. Manual approval is required to resume the job.
TERMINATEDThe job was terminated by the user before completion.

Data Retention

All data associated with a job is retained for 2 weeks.

⚠️

Important: Make sure to download your render results before the job data is deleted. Once removed, the renders cannot be recovered!

Actions

ActionDescription
TerminateYou can terminate a job at any time. You will be charged for the render time up until termination.
DeleteA job can be deleted only after it has finished or been terminated. Deleting a job will remove all associated resources from our database.

Example Job Details

Below is an example of a completed job with its key attributes and render settings.

Jobs tracking table screenshot

Job Summary

AttributeValue
Submitted byUser 1
Job Fileblender-3.3-splash.blend
Blender Version3.3.0
StatusSUCCEED
Render TypeANIMATION
Resolution2350 x 1000
Output FormatPNG
Number of Servers1
Frame Range1 - 10
Frames10 / 10 (100%)

Render Settings

SettingValue
EngineCYCLES
Quality90
Compression15%
FPS24
Samples5
DenoisingDisabled
Denoise AlgorithmOPTIX
Scene NameScene
Active CameraCamera
Use Single ServerYes
Last updated on