Skip to content

Unable to find a node that satisfies the following conditions

Anandkumar Patel edited this page May 24, 2016 · 1 revision

if you get pd for

[api-workers] production-delta - 10 occurrences in 5 minutes: create-instance-container: Create container failed: Unable to find a node that satisfies the following conditions [org==2124048] (https://rollbar.com/Runnable-2/api-workers/items/1865/)
  1. setupSwarmDelta (https://github.com/CodeNow/papyrus if you dont have that command)

  2. swarmListOrg ORG_ID ensure there are docks. if list is empty we need to create an ASG or scale them out by 1

  3. docks asg create -e delta ORG_ID if ORG_ID does not show up in docks asg list -e delta

  4. docks asg scale-out -delta ORG_ID 1 if it was in the list

Clone this wiki locally