We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to execute a task in SingleHostExclusive mode (example workflow attached), the task remains pending forever.
<?xml version="1.0" encoding="UTF-8"?> <job xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:proactive:jobdescriptor:3.9" xsi:schemaLocation="urn:proactive:jobdescriptor:3.9 http://www.activeeon.com/public_content/schemas/proactive/jobdescriptor/3.9/schedulerjob.xsd" name="SingleHostExclusive" priority="normal" onTaskError="continueJobExecution" maxNumberOfExecution="2" > <taskFlow> <task name="Groovy_Task"> <description> <![CDATA[ The simplest task, ran by a groovy engine. ]]> </description> <parallel numberOfNodes="1"> <topology> <singleHostExclusive/> </topology> </parallel> <scriptExecutable> <script> <code language="groovy"> <![CDATA[ println "uname -a".execute().text ]]> </code> </script> </scriptExecutable> </task> </taskFlow> </job>
The text was updated successfully, but these errors were encountered:
Hello Mario,
did you remove your job from try.activeeon.com? I cannot see any pending job with that name.
Sorry, something went wrong.
No branches or pull requests
When trying to execute a task in SingleHostExclusive mode (example workflow attached), the task remains pending forever.
The text was updated successfully, but these errors were encountered: