- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
5 年前,我使用 Java 应用引擎创建了这个网站 ( http://speaklikewater.appspot.com/ )。它使用一些数据存储文件。
从那以后我再也没有遇到过任何问题。
但是昨天,我在访问我的网站时看到这个错误“500 服务器错误”。
Error: Server Error The server encountered an error and could notcomplete your request. Please try again in 30 seconds.
我查看了日志文件
我似乎有“禁用计费。正在关闭实例。”,但自从我启动该网站以来,我从未担心过计费问题。
我用的是免费版,他们控制查询次数。但是网站每天只有几个查询。
但此错误将在 24 小时后重置。已经超过 24 小时了,但我仍然遇到这个问题。
你能告诉我如何解决吗?
注意:他们给我发了这封邮件
Add your payment information by January 31, 2021, to continue usingyour App Engine standard applications. Hi Hung,
On November 30, 2019, the App Engine standard environment began usingCloud Build during deployments. Cloud Build, along with all GoogleCloud products, requires a valid form of payment. At that time, weasked you to link your App Engine projects to a billing account with avalid form of payment to continue deploying to your projects.
Starting January 31, 2021, all App Engine projects must be linked to abilling account with a valid form of payment to continue running. AppEngine apps that are not linked to a billing account with a valid formof payment by January 31, 2021, will be shut down. Running instanceswill be terminated and no new instances will be able to start until apayment method is added to the project.
This change does not impact existing App Engine Free Tiers. If yourusage remains within the free tier quota, you will not incur AppEngine charges. However, any usage above the free tier quotas willresult in charges. Before this change, if you exceeded the free tierusage, your app stopped running until the daily quota reset.
What do I need to know? Requiring a payment method helps prevent fraudand abuse, and aligns App Engine with the rest of Google Cloud. Thisallows us to spend more time delivering new features and providingsupport to you as your business grows on App Engine.
Projects using App Engine Flex or the following App Engine Standardruntimes have always required a valid form of payment and are notimpacted by this change:
Python 3 Java 11 PHP 7 Go 1.11/1.12+ Ruby NodeJS What do I need to do?To avoid disruption, follow the instructions to create a new CloudBilling account (if you don’t have one) and enable billing on your AppEngine projects.
If you rely on Free Tier as a cost control mechanism, we recommend youconsider the following alternatives to manage your App Engine costs:
Set the max_instances setting to 1 in app.yaml, to reduce the risk ofexceeding the Free Tier. This setting limits your app’s scalingability, but isn’t a hard limit, and may allow excess usage that mayincrease your bill. Set a Cloud budget alert to notify you when youare close to exceeding your budget. Manually disable your app.However, this only prevents charges related to actively running yourapp, such as instance hours, networking, etc. You will continue to bebilled for fixed costs like Cloud Storage capacity while your app isdisabled. Programmatically disable your app to limit further costsonce a certain budget threshold is met.
最佳答案
根据该电子邮件和 Google Cloud's App Engine documentation ,您需要添加付款方式,即使您只使用免费套餐也是如此。
“虽然您必须为您的帐户提供付款方式,但 App Engine 免费层没有改变也不会消失。”
关于google-app-engine - 为什么 5 年后我的 Java appengine 应用程序上有 "500 Server Error"而没有任何问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68792083/
关闭。此题需要details or clarity 。目前不接受答案。 想要改进这个问题吗?通过 editing this post 添加详细信息并澄清问题. 已关闭 7 年前。 Improve th
所以我正在开发一个黑 jack 程序,但我有点卡住了。我会警告大家,我对编程真的很陌生,而且,我正在项目中期......所以有一些松散的结局和未使用的变量,以及一些不必要的逻辑(用于测试),但这就是我
我正在尝试创建一个可用作 OpenGL 测试工具的示例程序。到目前为止,我的那个似乎可以工作,但似乎忽略了通过统一变量 MVPMatrix 传递的 MVP 矩阵。当我添加代码以读回制服并检查它是否确实
感谢您帮助我,这是有关我的代码的部分。 printf("Thank you, now please enter the logic gate"); scanf("%s", &C); if (C ==
public static void ejemplosString(String palabra){ char[] letras = palabra.toCharArray();
所以,我有一个 php 应用程序,通过 cgi 和 nginx 运行。我有一个 .jar 程序,用于在条形码打印机(Zebra)上打印条形码,猜猜看是什么!。 我的 php 应用程序使用 exec()
我遇到的唯一问题是 getAll() 方法,它似乎在 PersonnelController 类中的位置立即运行。我也曾在其他很多地方尝试过,但都没有成功。 setAll() 方法看起来不错,我已经测
我是一名优秀的程序员,十分优秀!