English 中文(简体)
是否使用云层/组群/主机来支付实际的通用报告格式时间?
原标题:Are there cloud / cluster / hosting providers that charge for actual CPU time used?

是否有任何供应商只收取一天2小时的费用? 只要我能从阅读各种文献中看出,EC2和GAE只要守则为deployed就将全部收费,无论它是否实际做了任何事情。 如果我们能够<>自动><>转换成按期开审,并允许它一旦完成即终止。 但我找不到允许这样做的任何东西。

Background

我们有这样的程序:

  • Every day at 6 am, download some data from a particular website
  • Perform a computation on that data. This computation lasts less than 2 hours
  • Send (HTTP) the results of that computation to another website

我们以不需要任何手工干预的方式来看待这一问题。 因此,我们每天需要在万国邮联的最多2小时时间。 我们热爱接纳这个地方,最大限度地提高每天22小时闲).的效率(并相应收费)。

是否有任何人提供这种服务?

最佳回答

助推器有Cron Service,可在某一天发出请求。 然后,你可使用Task Queues实际开展工作。

唯一的缺点是,各项工作必须在10分钟内完成,这意味着你不得不把处理工作分解成每小时不到10分钟即可完成的工作。

与亚马孙等人不同的是,上诉引擎根据时间收取费用,根据实际使用情况收费(例如,每秒复处理一次的问询次数、使用的tes数等)。

问题回答

从我的角度看,Jelgal是你为满足上述要求而确实需要的东西。

首先,你可以随时阻止你们的环境,并且不会使用任何动态资源(RAM, CPU)。 因此,你将支付实际使用的资源。

或者,可以与你选择的东道国直接管理这一请求。

热尔正在计划开放普惠制,使用户能够管理其环境的周期(站式、开端),这些周期要么以你的代码为东道主,要么从浏览器中实现。 在不久的将来将完成这项工作,因此不会失去尝试的机会。

实际上,每家每家每家每小时开账单的供应商只要自动开业和通过APIC予以删除,就可以这样做。 http://www.cloudorado.com/#advanced;%7Br%3a%7Bp:1,s%3a%5B%7B%3a%22Server%20group%201%22,os:1,bi:1,bo:1,c%3a%7Bc%3a%7Bc:0,d:0%7D,r%3a%7Bc:1536,d:0%D,h%3a%7Bc:10,d:0D7D%

还有一个点是Selectel——一个俄罗斯供应商,按资源的实际负荷收费。 因此,如果您的利用率达到50%。 Don t知道,如果到0岁,你是否根本不付任何款项。 援助团的情况类似。





相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签