Removes the rush plan that was set by rush_plan().
Examples
if (redux::redis_available()) {
config_local = redux::redis_config()
rush_plan(config = config_local, n_workers = 2)
remove_rush_plan()
}
Removes the rush plan that was set by rush_plan().
if (redux::redis_available()) {
config_local = redux::redis_config()
rush_plan(config = config_local, n_workers = 2)
remove_rush_plan()
}