# Configure triggers

> This skill helps users choose the right path to Configure scaling triggers (scheduled or event-based). Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your situation.

Part of **Auto Scaling (ESS)**. Get the full, executable skill via `POST https://www.company-skill.com/api/route`.

## Related queries

configure scaling triggers, set up auto scaling rules, create scheduled scaling task, event-based scaling, CPU-based scaling, custom metric scaling, how to trigger scaling, where to set scaling rules, modify scaling rules, difference between scheduled and event scaling, auto scale by queue length, s

## Get the full skill

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "configure triggers", "product": "ess"}'
```

---
Part of [Auto Scaling (ESS)](https://www.company-skill.com/p/ess.md) · https://www.company-skill.com/llms.txt
