We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580ad2d commit 4e11da9Copy full SHA for 4e11da9
src/pyrocore/data/config/torque.ini
@@ -82,7 +82,7 @@ job.queue.start_at_once = 1
82
; Minimum time span between starts [seconds]
83
job.queue.intermission = 0
84
; Filter for startable items (combined with `queue_startable_base`)
85
-job.queue.startable = is_ignored=no done=0 message=,*ghost* prio>0
+job.queue.startable = is_ignored=no done=0 message=/^$|ghost/ prio>0
86
; Filter for downloading item count ("is_active=yes is_complete=no" is implied)
87
;job.queue.downloading = down>0
88
0 commit comments