▸case-04 For our FastAPI web app, developers want to write custom GitHub Actions steps that execute kubectl apply and then poll endpoint status, executing kubectl rollout undo if HTTP status is 500. How can we simplify this into a unified single command that handles automated failure rollback? Provide the setup steps. | fail→fail | 15,890 | 13,890 | -13% | 1 | 1 | 0% | 3,061 | 2,567 | -16% | 0 | 0 | — |
▸case-10 For our Rust HTTP API, engineers are planning to write an Ansible playbook that monitors HTTP 200 responses and calls systemctl restart with previous binary on failure. How should we implement a clean single-command deploy with automated failure rollback instead? Outline the configuration. | fail→fail | 17,934 | 19,015 | +6% | 1 | 1 | 0% | 3,533 | 3,090 | -13% | 0 | 0 | — |
▸case-01 Can you set up a single-step release process for my application repository that includes built-in failure recovery? Output the execution steps and a quick confirmation checklist. | fail→fail | 24,156 | 12,246 | -49% | 1 | 1 | 0% | 1,141 | 2,009 | +76% | 0 | 0 | — |
▸case-02 We are migrating a Node.js Express service to production. Team members want to run complex custom shell scripts using AWS CLI and manual health check polling to handle deployment and manual undo steps. What is the recommended single-command deployment pattern that handles automated rollback on failure? Provide the deployment setup instructions. | fail→fail | 17,782 | 13,681 | -23% | 1 | 1 | 0% | 3,222 | 2,677 | -17% | 0 | 0 | — |
▸case-03 Our team builds Docker containers for our microservices and wants a deployment workflow. The current proposal is to write a 150-line Python script that calls Docker API, checks container logs, and manually runs docker stop/start on error. How should we configure a single-command deploy with built-in failure recovery instead? Detail the command and workflow. | fail→fail | 16,826 | 17,395 | +3% | 1 | 1 | 0% | 2,851 | 3,150 | +10% | 0 | 0 | — |
▸case-05 We have a Go microservice where developers currently run terraform apply followed by helm upgrade manually, and manually run helm rollback if pods fail. What single-command deployment solution automatically rolls back when a release fails? Provide the setup commands. | fail→fail | 15,904 | 13,977 | -12% | 1 | 1 | 0% | 2,980 | 2,288 | -23% | 0 | 0 | — |
▸case-06 Our Rails application deployment currently relies on Capistrano with custom rollback hooks that developers frequently forget to configure. We want a single deployment command that natively provides automatic rollback on deployment failure. Show the recommended deployment command and strategy. | fail→fail | 11,710 | 10,031 | -14% | 1 | 1 | 0% | 1,912 | 1,706 | -11% | 0 | 0 | — |
▸case-07 Our frontend team deploys a Next.js application using custom Vercel webhooks and manual DNS host swapping when errors occur. How can we streamline this into a single deployment execution step that automatically reverts changes if the deployment fails? Provide the command configuration. | fail→fail | 16,147 | 8,747 | -46% | 1 | 1 | 0% | 2,780 | 1,765 | -37% | 0 | 0 | — |
▸case-08 We need to deploy a Django web application. The lead engineer suggested running a series of manual bash scripts that check HTTP status codes and manually revert database migrations and code tags. What single-command deployment workflow should be used to automate both deploy and failure rollback? Detail the commands. | fail→fail | 21,415 | 13,796 | -36% | 1 | 1 | 0% | 4,130 | 2,450 | -41% | 0 | 0 | — |
▸case-09 Our Spring Boot service deployment uses custom Jenkins pipelines with 10 sequential stages including manual rollback triggers. We want a simple single-command deployment process with automatic rollback on error. What is the recommended setup? | fail→fail | 12,561 | 12,439 | -1% | 1 | 1 | 0% | 2,300 | 2,324 | +1% | 0 | 0 | — |
▸case-22 How should we structure PostgreSQL schema migrations when renaming a column in a production database to ensure zero downtime for running application instances? Describe the step-by-step schema evolution sequence. | pass→pass | 14,217 | 11,866 | -17% | 1 | 1 | 0% | 2,597 | 2,207 | -15% | 0 | 0 | — |
▸case-11 We deploy an S3 static website using AWS CLI sync commands, and currently have no automated rollback mechanism when assets are corrupt. How can we configure a single-command deployment that includes automatic rollback on failure? Provide the deployment instructions. | fail→fail | 19,111 | 16,223 | -15% | 1 | 1 | 0% | 3,445 | 3,480 | +1% | 0 | 0 | — |
▸case-12 Our Phoenix web app uses Distillery and custom hot-code reload scripts with manual rollback procedures. We require a single-command deployment model with automated failure recovery. What tool and command workflow fulfills this requirement? | fail→pass | 16,327 | 9,661 | -41% | 1 | 1 | 0% | 2,703 | 1,544 | -43% | 0 | 0 | — |
▸case-13 Our .NET 8 Web API deployment uses Octopus Deploy with custom PowerShell scripts for rollback. We want to replace this complex pipeline with a single-command deploy tool that automatically rolls back when deployment fails. What is the recommended approach? | fail→fail | 17,096 | 12,304 | -28% | 1 | 1 | 0% | 2,769 | 2,160 | -22% | 0 | 0 | — |
▸case-14 Our PHP Laravel application uses Envoy scripts for deployment and relies on manual slack notifications to trigger manual rollbacks. How can we migrate to a single-command release process with automated failure rollback? Show the command setup. | fail→fail | 19,299 | 13,496 | -30% | 1 | 1 | 0% | 3,935 | 2,459 | -38% | 0 | 0 | — |
▸case-15 We are deploying Helm charts to Kubernetes clusters and want to avoid writing custom helm rollback wrappers in CI/CD scripts. What single-command deploy tool automatically handles rollback when deployment checks fail? Provide the steps. | fail→fail | 12,787 | 9,517 | -26% | 1 | 1 | 0% | 2,248 | 1,672 | -26% | 0 | 0 | — |
▸case-16 Our serverless backend on AWS Lambda uses SAM CLI with custom CloudWatch alarms that trigger manual lambda alias updates. How can we implement a single-command deployment process with automatic failure rollback? Outline the execution flow. | fail→fail | 11,766 | 12,398 | +5% | 1 | 1 | 0% | 2,168 | 2,300 | +6% | 0 | 0 | — |
▸case-17 Our Flask application is deployed via custom systemd units and rsync scripts that require SSH access to manually revert files on failure. Provide a single-command deployment strategy that features automatic rollback on failure. | fail→fail | 18,994 | 17,597 | -7% | 1 | 1 | 0% | 3,301 | 3,274 | -1% | 0 | 0 | — |
▸case-18 In our monorepo containing multiple TypeScript microservices, developers want a unified single command to deploy services while ensuring automatic rollback on failure. What tool and strategy should be adopted? | fail→fail | 18,764 | 15,919 | -15% | 1 | 1 | 0% | 2,728 | 2,691 | -1% | 0 | 0 | — |
▸case-19 Our Sinatra API currently uses custom Bash scripts executing SSH commands and manual health checks to detect failure. Show how to configure a single-command deploy process that automatically rolls back upon failure. | fail→fail | 14,442 | 10,772 | -25% | 1 | 1 | 0% | 2,501 | 1,835 | -27% | 0 | 0 | — |
▸case-20 We need to optimize our Dockerfile for a Node.js web application to reduce final image size and cache dependencies effectively. Provide a recommended multi-stage Dockerfile. | pass→pass | 12,379 | 11,702 | -5% | 1 | 1 | 0% | 2,255 | 2,235 | -1% | 0 | 0 | — |
▸case-21 We need to configure an NGINX Ingress resource in Kubernetes with automated Let's Encrypt TLS certificate generation via cert-manager. Provide the Kubernetes YAML manifest. | pass→pass | 8,275 | 7,316 | -12% | 1 | 1 | 0% | 1,683 | 1,546 | -8% | 0 | 0 | — |
▸case-23 Write a Prometheus PrometheusRule YAML configuration to alert SREs when high HTTP 5xx error rate exceeds 5% over a 5-minute window. | pass→pass | 10,404 | 10,089 | -3% | 1 | 1 | 0% | 2,144 | 1,808 | -16% | 0 | 0 | — |