Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vh13294/blendercloudworker
https://github.com/vh13294/blendercloudworker
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vh13294/blendercloudworker
- Owner: vh13294
- Created: 2017-01-28T11:08:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T15:37:00.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T09:32:23.733Z (3 months ago)
- Language: Shell
- Size: 53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BlenderCloud worker
Life cycle of workers
● Worker instances are created from an instancetemplate image, which has all the required programs and dependencies installed
● Workers have to create a connection with the GCS bucket to ensure access to the blend file to be rendered as well as output the rendered images.
● Other low-level startup tasks are processed, for example, acquiring the instances internal IP address for identification when communicating between instances
● Task is received from the manager via HTTP request using internal IP address, offering ultra low latency
● Task is executed, running a python script that reports back to the manager the current status of the machine and the progress of the render over a socket.io listen server
● Once the task has been processed the worker will report to the manager and terminate itself