Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. queue: [
  3. {
  4. app: {
  5. id: "/test",
  6. cmd: "echo "aaaa"",
  7. args: null,
  8. user: null,
  9. env: { },
  10. instances: 1,
  11. cpus: 0.1,
  12. mem: 16,
  13. disk: 0,
  14. executor: "",
  15. constraints: [ ],
  16. uris: [ ],
  17. storeUrls: [ ],
  18. ports: [
  19. 10000
  20. ],
  21. requirePorts: false,
  22. backoffSeconds: 1,
  23. backoffFactor: 1.15,
  24. maxLaunchDelaySeconds: 3600,
  25. container: null,
  26. healthChecks: [ ],
  27. dependencies: [ ],
  28. upgradeStrategy: {
  29. minimumHealthCapacity: 1,
  30. maximumOverCapacity: 1
  31. },
  32. labels: { },
  33. acceptedResourceRoles: null,
  34. ipAddress: null,
  35. version: "2016-01-28T07:57:35.433Z",
  36. versionInfo: {
  37. lastScalingAt: "2016-01-28T07:57:35.433Z",
  38. lastConfigChangeAt: "2016-01-28T07:57:35.433Z"
  39. }
  40. },
  41. count: 1,
  42. delay: {
  43. timeLeftSeconds: 0,
  44. overdue: true
  45. }
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement