• Deleting Stuck Executions

    Sometimes, an execution is stuck in a state that cannot be removed using the standard Cloudify API. Examples: Executions in pending state, even though there are sufficient available Celery workers to handle them Executions stuck in cancelling or force_cancelling state Stuck executions can prevent the deleting or modifying a deployment. Even worse, stuck… Read More
  • Logging Topology and Configuration

    Article Contents CLI Agents AGENT_DIR/work… Read More
  • Manager, Agents and Security Groups/Firewalls

    Article Contents Overview Approach I: Everything Goes Approach II: Using CIDR Masks Approach III (Recommended): Using Security Group as Source Overview In order for agents to be able to communicate with the manager, the manager is required to allow inbound access through a few ports. These… Read More
    Back to top