flame
flame copied to clipboard
I've been evaluating FLAME to replace the lambda architecture we are using for one of our services. We are currently using Kubernetes jobs as the runner. We have explicitly chosen...
Thank you for reviewing.
I've configured my `Flame.Pool` to use the `FlyBackend` and keep a single machine always running in my supervision tree: ``` { FLAME.Pool, name: MyApp.FlameRunner, min: 1, max: 10, max_concurrency: 10,...
The goal is to reduce the number of dependencies when hot installing Flame.
I periodically get a match error when a caller is dropped that doesn't exist in `Terminator.calls`. I'm not sure how to test for this or even how it gets in...
This could be a misunderstanding on my part but from reading all of the documentation and everything else I can get my hands on I can't figure out why my...
Runners in a pool which uses the `:single_use` option will terminate after they execute a function call, however, this behavior causes the pool to scale below the configured `:min` value....
Based on the documentation, I was expecting my `FLAME.Backend` implementation to be able to receive the `{:remote_shutdown, reason}` message so it could do some cleanup, but they were not being...