Search
Page 2 of 2. Showing 18 results (0.009 seconds)
The Qube callback language code strings
fail-self kill-self migrate-self preempt-self interrupt-self suspend-self resume-self Agenda-level code block-work-self kill-work-self unblock-work-self retry-work-self…qbusers
--submitglobalcallback permit submit global callback --kill permit kill job --remove permit remove job --modify permit modify job --preempt…What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?
machines. A cluster is a priority scheme that will allow a job to run anywhere there is an available machine, but it could get preempted by a job that has a cluster specification…execute.py
': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…qbmodify
host order specification to string --mtimeout int Modify timeout limit to int seconds --qinterrupt Interrupt the modified jobs --qpreempt Preempt the modified…Qube 6.4-5 Release Notes
to be passively preempted) even if there are no more agenda items left to process. ZD: 9132 CL 11054 @CHANGE: made all error messages from the QbDatabaseMySQL class prints…How to use chunking in the submission UI
, but the only time a job can be “preempted” in this way is when a chunk is completed and the worker requests another chunk. If the chunks are too large, the opportunities for preemption…execute.py
== if agendaItem['status'] in ('complete', 'pending', 'blocked'): # complete -- no more frames # pending -- preempted, so bail out # blocked -- perhaps item…