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.
Job Types
The following table explains the available job types in Brender Cloud:
Job Type | Description |
---|---|
ANIMATION | Used for rendering animations. This job type processes a specified range of frames and supports only image output formats (video output is not supported). |
STILL | Used for rendering a single frame. |
CUSTOM_SCRIPT | Used 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:
Status | Description |
---|---|
MONTHLY_QUOTA_EXCEEDED | The 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. |
FAILED | The job has failed. |
RUNNING | The job is currently executing. |
QUEUED | The job is queued—submitted and in the process of starting. |
PENDING_ANALYSIS | The job is waiting for the analysis to complete (only applicable for animations). |
SUCCEED | The job has completed successfully. |
AWAITING_APPROVAL | The job is paused, typically because autorun is disabled. Manual approval is required to resume the job. |
ERRORS_PENDING_REVIEW | The job is paused due to an error during analysis. Manual approval is required to resume the job. |
TERMINATED | The 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
Action | Description |
---|---|
Terminate | You can terminate a job at any time. You will be charged for the render time up until termination. |
Delete | A 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.
Job Summary
Attribute | Value |
---|---|
Submitted by | User 1 |
Job File | blender-3.3-splash.blend |
Blender Version | 3.3.0 |
Status | SUCCEED |
Render Type | ANIMATION |
Resolution | 2350 x 1000 |
Output Format | PNG |
Number of Servers | 1 |
Frame Range | 1 - 10 |
Frames | 10 / 10 (100%) |
Render Settings
Setting | Value |
---|---|
Engine | CYCLES |
Quality | 90 |
Compression | 15% |
FPS | 24 |
Samples | 5 |
Denoising | Disabled |
Denoise Algorithm | OPTIX |
Scene Name | Scene |
Active Camera | Camera |
Use Single Server | Yes |
Last updated on