Y
Hacker News
new
|
ask
|
show
|
jobs
by
dfischer
3489 days ago
I hesitate using Erlang/elixir for this than aws lambda + event distribution. Any thoughts?
2 comments
abritinthebay
3489 days ago
If you don't need low latency and are ok with the extra architectural overhead... there's nothing wrong with that.
Different use cases
link
dfischer
3489 days ago
Many are preaching erlang/elixir on the OTP/microservice alternative paradigm – that doesn't seem as attractive as the low latency resiliency.
At least to me, as a story.
link
abritinthebay
3488 days ago
Well... it's a win for both. It means it's easy to write performant and highly concurrent microservices.
Latency is part of that.
link
vikiomega9
3489 days ago
Isn't aws lambda better suited for short running tasks?
link
dfischer
3489 days ago
What's a long running task?
link
vikiomega9
3488 days ago
I think heuristic is running time of about 5 or 10 minutes.
link
Different use cases