Sebb

Sebb

Are pool specific docker containers possible with Flame?

FLAME nodes effectively clone and start your entire application.

from: FLAME — flame v0.5.3

I’m considering flame for a project where I need workers that pull in a big dependency.
I don’t need it at all on the webserver. So I’d ideally build a container for the server and one for the pool. Is that possible (planned?).

Marked As Solved

LostKobrakai

LostKobrakai

No, not separate ones – one image running in all contexts. Let the app decide to not use BigDep outside of flame runners. I’d try that approach first and split stuff up only if it actually turns out to cause problems. Having a homogenous cluster is generally simpler than a heterogenous one.

But I’ve also just seen that the FLAME fly backend seems to support an :app config, which seems to be the way to let it start a different application for flame nodes to the one starting them: FLAME.FlyBackend — flame v0.5.3

Last Post!

Sebb

Sebb

that’s it

:image – The URL of the docker image to pass to the machines create endpoint

Where Next?

Popular in Questions Top

lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
marius95
Hello everyone, I try to use an Javascript Event Handler in my root.html.leex file. Therefore I created a function in the app.js file: ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

We're in Beta

About us Mission Statement