US Customer Does not ship to Hawaii or Puerto Rico...
# suitecommerce
g
US Customer Does not ship to Hawaii or Puerto Rico. But they still show up in the list is it possible to remove with out extension development?
s
g
Thanks Steve! Btw do you know what to investigate for really long extension mech processing times?
message has been deleted
s
You essentially investigate them like you would a Map/Reduce performance problem
If you have a default number of SuiteCloud Processors and a lot of M/R scripts, you will likely find that the extensions activation script yields to the other scripts
So the solution is either to pause the other scripts while you run activation, lower the other scripts’ priority or buy more processors
If there are no other M/R scripts that it is often due to bad JavaScript in your extension
Other than that, I’d recommend talking to support
g
ok thank you Again!