search for: dyno

Displaying 10 results from an estimated 10 matches for "dyno".

Did you mean: dyn
2014 Feb 20
0
Background worker dynos on Rails using Heroku
Hi, I have a rails application that requires data from an API to run. Since the API is slow I am looking to have a background process run continuously and scrape the API for new messages and add it to the application database From some reading , a worker dyno seems to be the best way to achieve this. Any links on how to go about scheduling a continuous running worker process in the background and make it to talk to the Rails DB preferably using ActiveRecord. Thanks, Ganesh -- You received this message because you are subscribed to the Google Groups &...
2014 Aug 12
3
[LLVMdev] [LNT] running LNT in 'the cloud'
....herokuapp.com/> Some of the reasons I think this is a good idea: - you don’t maintain the infrastructure, - this is a much higher reliability setup, - it is probably faster, - you can scale it indefinitely, - collaboration on the LNT installation is easy. The setup I built uses 1 Heroku “dyno” (a unit of compute power) and 1 database. This setup falls into the Heroku free category so they are not charging me to run it, although real use would push it into the pay categories. The cloud configuration makes the web servers and database separate. The web servers are stateless, spawned o...
2014 Aug 12
2
[LLVMdev] [LNT] running LNT in 'the cloud'
In terms of cost, I thought an LNT instance would exhaust the free database rows much faster than the free dynos. The price for the small database was only 8 dollars a month though. > On Aug 12, 2014, at 1:23 PM, Renato Golin <renato.golin at linaro.org> wrote: > > Hi Chris, > > Nice setup! > > > On 12 August 2014 19:01, Chris Matthews <chris.matthews at apple.com> wr...
2013 Jun 30
1
Sidekiq on Heroku
...to use Sidekiq to run some jobs in the background. The jobs will be created by the whenever gem (or similar) which creates a Sidekiq worker at a specific time. This worker will in turn create a few hundred Sidekiq jobs. So, I''m using Heroku and wonder if I need to use a separate worker dyno for these jobs? Or can I use, for example, Unicorn to run Sidekiq "inside" my one web dyno? I read something about it here: https://coderwall.com/p/fprnhg But is it a good idea? If it is not appropriate do it this way, can I spin up a separate worker when I need to? Perhaps I will cre...
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
...←[0m from /home/heroku_rack/heroku.ru:1 [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from starting to crashed [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com/ dyno=none queue=0 wait=0ms service=0ms bytes=0 [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 wait=0ms service=0ms bytes 0 [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiatio...
2010 Dec 10
2
News: Heroku bought: Salesforce wants some Ruby love: $212m goes a long way
...ps, and tell us what they think is the best way to leverage that." Harris, the man who built out Salesforce.com and Apex, seems genuinely awed by the Heroku platform. Heroku is a multi-tenant hosting environment that runs Ruby apps on multiple servers using something that the company calls a Dyno Grid. The Grid uses POSIX, a Ruby VM, Mongrel app server, web-server interface, and an optional middleware layer, and it runs with different Ruby frameworks, like Rails and Sinatra. A Dyno is a single process that runs your Ruby code on the underlying server grid. Heroku sits on top of Amazon, and...
2013 May 25
1
Mysterious Application Error on Heroku
...run.4121]: State changed from up to complete 2013-05-25T22:13:09.357146+00:00 heroku[run.4121]: Process exited with status 1 2013-05-25T22:13:50.829887+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=devsampleapp.herokuapp.com fwd="93.172.16.63" dyno= connect= service= status=503 bytes= --------------------------------------------------------------- Also the console doesn''t run, i get the same error ------------------------------------------------------------- 2013-05-25T22:18:35.408174+00:00 heroku[api]: Starting process with comman...
2006 Jul 18
3
How to get login name of logged user?
Hello list. Is there any way to get login name of a currently logged user on remote machine using samba? I can get the list of all users with command smbclient -L host, but how do I know who of them logged now? Thanks in advance. Roman Gorohov.
2010 Nov 29
4
Error heroku: App Crashed
Hi , i developed a small application(which contails only static pages) . I tried to host that on heroku .just when everything was finished when i opened my site i,e http://floating-moon-89.heroku.com/ i am getting an error as App Crashed..where did it gone wrong? pls help... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2012 Oct 29
16
Newbie - deployment, hosting
Hello, So, after learning ruby on rails and building a great app on my local machine, I need to find a host, deploy, and of course maintain a (staging and) production environment. This all seems very confusing, and I''d like to learn this in an organized manner, step by step: I''ve come across the names: Unicorn, nginx/apache, capistrano, Thin/mongrel, Engine Yard, EC2, etc.,