Jimmy Christensen

Results 32 issues of Jimmy Christensen

It would be really helpful if the docker-compose.yml would use "extends:" You can read more here : https://docs.docker.com/compose/extends/#extending-services It makes customizations easier and doesn't conflict everytime you pull the new...

Enhancement
Help Wanted
Hacktoberfest

Issue : We have render nodes that have dual purposes, depending on the time of day and need. Specifically we have nodes that in the day time are dedicated to...

We've found ourselves needing some way of being able to boost priority on some jobs while still maintaining user averaging. Some background : We currently have a lot of shots...

enhancement
feature request

I was thinking about perhaps splitting up the Cmd class for manipulation into more specific classes. Eg. job = af.Cmd.getJob(jobId) job.setNeededProperties("gpu") render = af.Cmd.getRender() render.setNimby() It makes manipulating jobs and...

enhancement
feature request

**Describe the bug** While the frame is rendering it RQD fails to collect proc stats **To Reproduce** Steps to reproduce the behavior: 1. Submit job 2. Look on proc stats...

bug

The current database is only in memory and restarting the afanasy server service can take quite a long time, since it needs to re-add all jobs again from the JSON...

enhancement
feature request

We're tracking resource usage (eg. memory), through the service and parser and will fail the task if it goes above the limit set (we're currently using capacity for that). However...

enhancement
feature request

Fixes #423 ### Summarize your change. Have removed the blocking of trying to build on non-RHEL distro and changed to only use lib64 on RHEL distros. ### Describe the reason...

### What happened? Cmake checks for RHEL distro and quits if it's a non-RHEL distro. Have created PR which removes the blocking of other distros and have adjusted the dependecies...

bug