a627842717dbf832e6f56b87b14d88b7ccd612de
Previously, if a message was supposed to be handled by 3 modules, they would all be handled, synchronously, in the same process. If any of them crashed, it would affect any other modules that needed to be processed ahead of it. Now, a new task is spun up for each module, so module handlers are now indpendent. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Omnibot
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding omnibot to your list of dependencies in mix.exs:
def deps do
[
{:omnibot, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/omnibot.
Description
Languages
Elixir
98.8%
Dockerfile
1.2%