flamenco-manager/brender/serverhotfix-v2.3
flamenco-manager/brender/server
hotfix-v2.3
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
792631477136 | Gabriel Caraballo (eibriel) | Locking Table on task dispatching | Mar 6 2015 | |||
5bac89e4866e | Gabriel Caraballo (eibriel) | More aggressive check for rendering task | Mar 6 2015 | |||
c47158b84381 | Gabriel Caraballo (eibriel) | kill Workers rendering the same task | Mar 6 2015 | |||
f125da8c0c48 | Gabriel Caraballo (eibriel) | Mark task as running soon as posible | Mar 6 2015 | |||
e387873e1ff7 | Gabriel Caraballo (eibriel) | Worker stops on Disabled and Stopped | Mar 5 2015 | |||
dd162b36845e | Gabriel Caraballo (eibriel) | Making Workers avoid stopped jobs | Mar 3 2015 | |||
bb26cc3c7766 | Gabriel Caraballo (eibriel) | Fast iteration to make it work on Studio | Mar 3 2015 | |||
98704c8a1ae1 | Gabriel Caraballo (eibriel) | Dispatching tasks in a different thread | Mar 2 2015 | |||
e58a574f905c | Gabriel Caraballo (eibriel) | Merge branch 'master' into IOStorage | Mar 2 2015 | |||
ff2d3091c64a | Gabriel Caraballo (eibriel) | Switching to Workers parsing Commands | Mar 2 2015 | |||
af239addc505 | Francesco Siddi (fsiddi) | Added submit date to jobs | Feb 27 2015 | |||
2aac850ae430 | Gabriel Caraballo (eibriel) | Multithread server, added Busy worker status | Feb 27 2015 | |||
2217f533b0b1 | Gabriel Caraballo (eibriel) | Fixing duplicated running tasks | Feb 27 2015 | |||
7e2cf97eb0b7 | Gabriel Caraballo (eibriel) | Merge remote-tracking branch 'master' into IOStorage | Feb 26 2015 | |||
e71035fbe940 | Gabriel Caraballo (eibriel) | IO works on Simple render, starting with Tiled | Feb 25 2015 | |||
dcb458608e9f | Joe Westcott | more | Feb 25 2015 | |||
404b67412a8e | Gabriel Caraballo (eibriel) | The Worker, Manager & Server stores the Tak Output | Feb 24 2015 | |||
1eedfd7643a0 | Gabriel Caraballo (eibriel) | Adding exception on PIL process | Feb 23 2015 | |||
ed409d3f3bdd | Gabriel Caraballo (eibriel) | Adding exception on PIL process | Feb 23 2015 | |||
0bdb9d457a0e | Gabriel Caraballo (eibriel) | The Worker receive and unzip the Jobfile | Feb 23 2015 | |||
08139efbb98e | Gabriel Caraballo (eibriel) | The Server sends the Jobfile to the Manager | Feb 23 2015 | |||
a4b9339cf73e | Francesco Siddi (fsiddi)/Gabriel Caraballo (eibriel) | Improved jobs thumbnails | Feb 23 2015 | |||
eef2e132c0d5 | Francesco Siddi (fsiddi) | Improved jobs thumbnails | Feb 20 2015 | |||
fd3e2d850c9d | Gabriel Caraballo (eibriel) | Server side upload file & serving file to manager | Feb 20 2015 | |||
31402c283518 | Francesco Siddi (fsiddi)/Gabriel Caraballo (eibriel) | Notification framework | Feb 20 2015 | |||
023778019daa | Francesco Siddi (fsiddi) | Notification framework | Feb 19 2015 | |||
ee408ac0dd22 | Gabriel Caraballo (eibriel) | Initial support for sending Jobs directly to Server | Feb 19 2015 | |||
6f0d524bd2f1 | Gabriel Caraballo (eibriel) | Moved the Manager Loop as a Worker Api | Feb 18 2015 | |||
a07f8466acab | Gabriel Caraballo (eibriel) | Moved the NIMBY option to 'disabled' status | Feb 17 2015 | |||
d13562d4cf2f | Gabriel Caraballo (eibriel) | Handling worker online status,initial NIMBY support | Feb 16 2015 | |||
6d124c8e5361 | Gabriel Caraballo (eibriel) | Adding proper error handling on module load | Feb 16 2015 | |||
445b5ac72ef7 | Gabriel Caraballo (eibriel) | Showing full info on /jobs/id | Feb 13 2015 | |||
40db14500ba7 | Gabriel Caraballo (eibriel) | Added Warnings to help setup, now uses the system temp folder by default | Feb 12 2015 | |||
871cd2ef3cb8 | Gabriel Caraballo (eibriel) | Fix uuid unique key error on SQLite | Feb 12 2015 | |||
5a27ae26eb9b | Francesco Siddi (fsiddi) | Initial dashboard cleanup | Feb 12 2015 | |||
bdbbab962d9d | Gabriel Caraballo (eibriel) | Disabling job folder deletion on job deletion | Feb 12 2015 | |||
2360ca054def | Gabriel Caraballo (eibriel) | Security check before delete job folder | Feb 12 2015 | |||
9a82f1c7a86a | Gabriel Caraballo (eibriel) | Show aproximated Job Time | Feb 10 2015 | |||
a0c2761f771b | Gabriel Caraballo (eibriel) | Making time work with multiple Workers (still inaccurate) | Feb 10 2015 | |||
20cec3087b80 | Gabriel Caraballo (eibriel) | Adding Compilers and Parsers | Feb 10 2015 | |||
93cb881cb68a | Gabriel Caraballo (eibriel) | Adding missing key to migration | Feb 10 2015 | |||
acad7ce61a9b | Gabriel Caraballo (eibriel) | Added Time information to Jobs and Tasks | Feb 10 2015 | |||
8e466fe48565 | Gabriel Caraballo (eibriel) | Initial support for Tiled Render | Feb 9 2015 | |||
eae3fdda7535 | Gabriel Caraballo (eibriel) | Improved Task Post on Server | Feb 8 2015 | |||
53ad35858501 | Gabriel Caraballo (eibriel) | Removing Busy status from Workers | Feb 8 2015 | |||
ce15999184f4 | Gabriel Caraballo (eibriel) | Fixed Null task status on Stop job | Feb 8 2015 | |||
d059abc9a759 | Gabriel Caraballo (eibriel) | Dropping workers table and new jobs table | Feb 6 2015 | |||
cc92116db5a7 | Gabriel Caraballo (eibriel) | Major refactoring to make Jobs and Tasks abstract from Blender | Feb 6 2015 | |||
ea31863d8fe9 | Gabriel Caraballo (eibriel) | Moving Thumbnail code from Workers to Tasks, Jobs | Feb 3 2015 | |||
e9eecb86133b | Gabriel Caraballo (eibriel) | Simplifying global last thumbnail code | Feb 3 2015 | |||
94b25b983715 | Gabriel Caraballo (eibriel) | Initial support for Last Thumbnail | Feb 3 2015 | |||
474a2f7df510 | Gabriel Caraballo (eibriel) | Manager available if have free and online worker | Jan 30 2015 | |||
6a3c7d1a9b92 | Gabriel Caraballo (eibriel) | Solver issue about division by zero | Jan 30 2015 | |||
af8fde6e9a20 | Gabriel Caraballo (eibriel) | Added missing Static folder for the Server | Jan 30 2015 | |||
40bd530b37f1 | Gabriel Caraballo (eibriel) | Fixing comments | Jan 30 2015 | |||
a798ba26fb3d | Gabriel Caraballo (eibriel) | Initial implementation of Thumbnails, and P:wqarsing. | Jan 30 2015 | |||
32e8972c1094 | Gabriel Caraballo (eibriel) | Code cleanup | Jan 28 2015 | |||
b49eda19b87a | Gabriel Caraballo (eibriel) | manager/application/modules/tasks/__init__.py Simplify query Change from… | Jan 28 2015 | |||
561c37ddd29e | Gabriel Caraballo (eibriel) | Only dispatch tasks for running or ready Jobs | Jan 27 2015 | |||
e1586ddd471a | Gabriel Caraballo (eibriel) | Added a loop on Manager to keep track of online Workers, and notify Server on… | Jan 26 2015 | |||
282b00882c4f | Gabriel Caraballo (eibriel) | Update __init__.py | Jan 26 2015 | |||
1462791c1ce3 | Matthieu Simon | fix start/stop for completed/failed job | Jan 23 2015 | |||
c1526c3c9a25 | Francesco Siddi (fsiddi) | Cleanup: removing old code | Jan 23 2015 | |||
f6ca7a01cfb0 | Matthieu Simon | fix shebangs | Jan 23 2015 | |||
d274c46ad2b3 | Gabriel Caraballo (eibriel) | Making task dispatching single threaded to avoid issues with the database | Jan 23 2015 | |||
916f07e08421 | Matthieu Simon | replace len ( query ) by query.count() | Jan 23 2015 | |||
f034f5d628c2 | Gabriel Caraballo (eibriel) | Hacky and dirty fix to show correct percentage done | Jan 22 2015 | |||
cfbf9c37f7f7 | Gabriel Caraballo (eibriel) | Fixed some Migration problems with Add Constraint in Manager Table version… | Jan 22 2015 | |||
1a2734abe284 | Matthieu Simon | fix manager list in 'add job' form (display only connected managers) | Jan 22 2015 | |||
6dbb6cb8ef2c | Matthieu Simon | fix respawn command (db requests) | Jan 22 2015 | |||
5e34331b198c | Matthieu Simon | fix tasks scheduling (loop on the first chunk) | Jan 21 2015 | |||
fc4e8163fad4 | Francesco Siddi (fsiddi) | Minor cleanup of dispatch_tasks | Jan 21 2015 | |||
6f08aaa954a8 | Matthieu Simon | use db requests in dispatch_tasks | Jan 21 2015 | |||
78b189a9f56d | Francesco Siddi (fsiddi) | Minor enhancement regarding #80 | Jan 21 2015 | |||
a8c4e36176ab | Francesco Siddi (fsiddi) | Improved manager-server communication | Jan 21 2015 | |||
8aaddfb86b09 | Francesco Siddi (fsiddi) | Refactor: renaming ManagersListApi | Jan 20 2015 | |||
4f7e310e6865 | Matthieu Simon | replace total_workers is None by has_virtual_workers == 1 | Jan 20 2015 | |||
16228506428b | Francesco Siddi (fsiddi) | Default value for has_virtual_workers | Jan 20 2015 | |||
e04956682bde | Francesco Siddi (fsiddi) | Removed duplicated constraint in migration | Jan 20 2015 | |||
d7b3b048db83 | Francesco Siddi (fsiddi) | New has_virtual_workers property | Jan 20 2015 | |||
a251071a79a3 | Matthieu Simon | add constraint in manager table | Jan 20 2015 | |||
9318cc39f3f8 | Matthieu Simon | fix manager's running_tasks update | Jan 20 2015 | |||
7e843cb2826e | Matthieu Simon | fix job deletion when status is ready | Jan 20 2015 | |||
84344b189575 | Matthieu Simon | add comments to scheduler | Jan 20 2015 | |||
ac56694e34d7 | Francesco Siddi (fsiddi) | Initial notes on task dispatching | Jan 20 2015 | |||
2c6f512c177b | Francesco Siddi (fsiddi) | Added running_tasks for managers | Jan 19 2015 | |||
79e766a7cbed | Francesco Siddi (fsiddi) | Automatic registration for manager | Jan 19 2015 | |||
de7cd2ec2594 | Francesco Siddi (fsiddi) | Mangers are store in Server database | Jan 19 2015 | |||
00c9d3a690fa | Matthieu Simon | cleanup server's migrations | Jan 19 2015 | |||
1229198b7967 | Francesco Siddi (fsiddi) | Updated config defaults for server | Jan 19 2015 | |||
74a85cc25f01 | Matthieu Simon | fix respawn db requests | Jan 15 2015 | |||
32832c414356 | Matthieu Simon | upgrade database (add relation_job_manager table) | Jan 13 2015 | |||
ea45e3c5dd2f | Matthieu Simon | add server's scheduler and fix some tasks management mistakes | Jan 13 2015 | |||
22078c75e799 | Francesco Siddi (fsiddi) | Multi architecture render paths | Jan 7 2015 | |||
cf55dee0866c | Matthieu Simon | fix default configuration, iteration end in task dispatching, is_available… | Jan 7 2015 | |||
b7b2fa27a7af | Francesco Siddi (fsiddi) | Minor tweaks and comments | Jan 7 2015 | |||
160cbfadc5d9 | Francesco Siddi (fsiddi) | Initial database migrations for server | Jan 6 2015 | |||
1c3420756e6a | Matthieu Simon | change undefined total_workers from -1 to None; update server config | Jan 5 2015 | |||
67e937b66f05 | Matthieu Simon | fix server's default config loader | Jan 2 2015 | |||
5ada856f8405 | Matthieu Simon | fix job current frame updating | Jan 2 2015 |