Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active December 28, 2018 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgadiraju/413128425dd38afa43797f1efbea7fad to your computer and use it in GitHub Desktop.
Save dgadiraju/413128425dd38afa43797f1efbea7fad to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<allocations>
<queue name="root">
<schedulingPolicy>fair</schedulingPolicy>
<queue name="default">
<schedulingPolicy>fair</schedulingPolicy>
</queue>
<queue name="users" type="parent">
<schedulingPolicy>fair</schedulingPolicy>
</queue>
<queue name="prod">
<weight>80.0</weight>
<schedulingPolicy>fair</schedulingPolicy>
</queue>
<queue name="qa">
<weight>10.0</weight>
<schedulingPolicy>fair</schedulingPolicy>
</queue>
<queue name="etl">
<weight>10.0</weight>
<schedulingPolicy>fair</schedulingPolicy>
</queue>
</queue>
<queuePlacementPolicy>
<rule name="specified" create="true"/>
<rule name="nestedUserQueue">
<rule name="default" queue="users"/>
</rule>
<rule name="default" create="true"/>
</queuePlacementPolicy>
</allocations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment