# kill-switch-task **Repository Path**: mirrors_Financial-Times/kill-switch-task ## Basic Information - **Project Name**: kill-switch-task - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kill Switch Task This Dropwizard task allows you to simulate OutOfMemoryExceptions to test the behaviour of your app in the unlikely event of one. ## Usage ### In your code environment.addTask(new KillSwitchTask()); ### POST request to http://localhost:9091/tasks/killswitch (Or whatever the admin port of your Dropwizar app is.)