-
Is there a way to delay the restart on crash ?
While doing some test I created a simple tcp server which binds itself on an address and sent a message to any client upon connection, the problem is th…
-
Hi again!
``` ruby
require "bundler/setup"
require "celluloid"
class SupervisorCrash
include Celluloid
def initialize
async.start
end
def start
raise "Crash"
end
end
supervisor …
-
Just tailing the logs (with -d option), it looks like there's problems with the MB run, but actually it's ok. This happens everytime I run MB no matter which command.
[2013-01-31T17:58:58Z] PID[3839…
-
-
If there is something wrong on master, just tried this:
``` ruby
require 'rubygems'
require 'bundler/setup'
require 'celluloid/autostart'
class UselessActor
include Celluloid
end
UselessActor.su…
-
Ok, this is the _first_ time i've tried running an MB command in my env. The bootstrap succeeded, but i try the command: "mb gas gas_coherence_start --environment gil_test_5" and i get the stack trace…
-
I'm sure i'm doing something wrong, getting the below while trying to provision and getting a 406. So the main thing is i have no idea what the real problem is. At least better error reporting so that…
-
Are there any plans to implement sub-registries for a supervision group?
```
class NestedGroup < Celluloid::SupervisionGroup
supervise MyActor, as: :reader
supervise MyActor, as: :writer
end
cla…
-
Hi guys,
thanks for an awesome framework.
While this may not be an issue, I've been trying to understand what is the best way to have a long running process with hot_bunnies that works off items from…
-
```
foreman start
14:59:30 ahn.1 | started with pid 3536
14:59:30 web.1 | started with pid 3539
14:59:39 ahn.1 | Starting Adhearsion server at /home/kaus/fosdem2013-master/ahn
14:59:40 ahn.1 | /ho…