Oleg Bovykin

Results 47 comments of Oleg Bovykin

FYI, Phoenix framework have distributed code. It may be interesting to use it as example

@edgurgel How its going with multiapps? I have thoughts about configuration. First of all, if key and secret set via env, it should run in single app mode ignoring config....

@darrencauthon I think history should be short, like 5 last messages for 5 minutes. Also, mnesia is standart erlang/elixir library so its not a problem. I agree with you, it...

@edgurgel I think for netsplit, history can be lost, because its not sensitive data. Netsplits are rare so its not a problem. I have no experience with distributed mnesia, but...

@edgurgel Also, there is an erlang project with history functionality and decent code https://github.com/doubleyou/dps

As I know, pusher support user events, so it can be done with custom user event "history". Another option, is to use history option in config for each app id...

+1 It seems odd after sidekiq to make a big pool of workers instead of one

Any sample yaml files with all available options? Or they are named exactly as in ruby?

I think it's not very convenient way to load config. Maybe, it's better to make something like sidekiq -C config file path? Also, way with send is not good I...

@kablek Hey! If you going with full rewrite for v2 with can bus and other interfaces it looks like a good idea to go with RTOS. There are a lot...