Ben Smith
Ben Smith
We really need at least one test to demonstrate what this change is doing, verify it works as expected, and to ensure that it cannot be inadvertently broken with any...
This PR doesn't address the legitimate concern raised by @jvantuyl that Commanded provides a default aggregate lifespan which keeps aggregate processes run indefinitely. I'm in agreement that it is OK...
> It does make me wonder though why the public dispatch api even exists on routers directly (this seems to suggest applications don't have to have the routing info per...
To fix the issue we'd need to add an optional argument to the function to specify the aggregate prefix as it is not possible to get the prefix except via...
Sorry, there's no online demo at the moment. It would require configuring & hosting an Erlang VM and Phoenix server. It may be straightforward to get it up & running...
@lejboua can you try running the server in non-production mode, see if that works for you? ``` node app.js ``` It looks like there's an issue with the RequireJS optimisation...
@jeffrichards can you try running the server in non-production mode, see if that works for you? ``` node app.js ``` It looks like there's an issue with the RequireJS optimisation...
Adding `experimental-otp: true` fixed a build using Ubuntu 20.04.1 which had been failing due to the following error: > [error] Unable to load crypto library. Failed with error: ":load_failed, Failed...
@Sgiath I don't have any current plans to upgrade it. Using Commanded v1.x would allow a separate Commanded application and event store to be used for scheduling which would make...
> Maybe the answer is something like 'just use schedex / rihanna / oban'? Yes, I would just use an external job queue such as Rihanna which has [`Rihanna.schedule/2`](https://hexdocs.pm/rihanna/Rihanna.html#schedule/2) to...