Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
In runTask() method in PooledTaskRunner class there is an return statement in finally block. This will cause any exception that might be thrown in the try block to be discarded.