This little python script will sequenctially pickup and render files put into a Queue folder. Is very small and does very little but that just means its easy to tweak...
RenderQueue
Updated: 16 June 2015
Author: JakobSteffensen
Compatible Nuke versions: 9.0 or later
Compatibility: Linux, Mac, Windows
All you have to do is open the script in an editor and change the paths to fit your system...
Then...
Create 3 folders called Completed, Pending and Running within the RenderQueue folder.
And run the command python RenderQueue.py and the script will keep scanning the Pending folder for nuke files...
When a file appears it will wait 5 seconds to ensure that the file is written from nuke and then copy it to the running folder
and run a nuke commandline job on the file.
When done the nuke script gets copied to the Completed folder and the script resumes the scan for new files.