dto-jira-webhooks Operational Runbook
Generated: 2025-09-03T05:09:16.249599
Service Category: applications
SLO Tier: high
Service Overview
- Name: dto-jira-webhooks
- Type: webhook-handler
- Runtime: python
- Dependencies: dto-nats-server, dto-jira-automation
SLO Requirements
- Availability: 99.9%
- Latency P99: 500ms
- Recovery Time: 2m
- Max Downtime: 8h/month
Port Configuration
- Port 8080: webhook-handler service
Health Checks
Manual Health Check
# Check service status
supervisorctl status dto-jira-webhooks
# View recent logs
tail -f /data/adaptai/platform/dataops/dto/logs/jira-webhooks.log
Automated Monitoring
- Health monitor endpoint: http://localhost:8090/health/dto-jira-webhooks
- Metrics available in Prometheus format
Troubleshooting
Common Issues
Service Won't Start
- Check dependencies are running
- Verify configuration files exist
- Check file permissions
- Review supervisord logs
Performance Issues
- Monitor CPU and memory usage
- Check for resource limits
- Review SLO compliance metrics
Connection Issues
- Verify port availability
- Check firewall rules
- Test network connectivity
Recovery Procedures
Restart Service
supervisorctl restart dto-jira-webhooksFull Recovery
supervisorctl stop dto-jira-webhooks # Investigate logs and fix issues supervisorctl start dto-jira-webhooksEmergency Escalation
- Critical services require immediate attention
- Contact: dto-team@adapt.ai
- Slack: #dto-alerts
Configuration Files
Maintenance Windows
- Planned maintenance: Coordinate with dto-team
- Emergency maintenance: Follow incident response procedures
- SLO impact: Document any SLO violations
This runbook is auto-generated from the DTO manifest. Do not edit manually.