-
For version 2.0 I want to use the [released version](https://www.nuget.org/packages/FSharp.Actor/0.0.3-alpha) instead of the older 0.0.2 version currently in use.
Similar to current way of doing it, …
-
@digitalextremist Thanks for the hard work !
However I get a new error now.
You asked me which operating system and RVM I am using:
```
rvm 1.26.11
OSX Yosemite
```
Here is the error :
```
namesp…
-
-
-
I have a Rails app (4.2.0) with Celluloid (0.16.0) that has a small SupervisionGroup running with code similar to:
``` ruby
class PublisherManager < Celluloid::SupervisionGroup
pool Publisher, as: …
-
I get the following error when including Sidetiq in my project since I updated it.
I can't find where the problem is.
```
namespace should be set in your ruby initializer, is ignored in config file
…
-
``` ruby
MySupervionGroup.pool(MyWorker, as: :worker_pool, size: 3)
@supervisor = MySupervionGroup.run
```
``` ruby
@supervisor.terminate
```
``` bash
Terminating 3 actors...
Terminating task: typ…
-
Right now: PersistenceFailure is emitted to user receive handler, if it is unhandled it throws ActorKilledException, which by default supervision strategy stops the actor but can be intercepted differ…
-
Hello! First of all, great work in this library.
I had some problems when I used async/await with options. I managed to solve it, but I don't feel confortable enough to make a pull request, so here i…
-
Hi Ian
Thanks for excellent blog post about actor per request strategy for spray app.
Could you explain supervision strategy in GetPetsWithOwnersActor, please? GetPetsWithOwnersActor does not creat…