python - Keeping a list synchronized on an unreliable network -
i wrote irc bot wikipedia edit notification channels. bit worried rather easy take down though - if experience downtime, lose record of edited , why run bot on more 1 vps. however, in case of failure, merging data pain. leads question: there library allow me build network of bots exchange such messages:
{"title": "tourism in egypt", "ip": "142.33.254.2", "timestamp": "2015-05-11t16:27:05.250456", "id": "661862110", "channel": "#en.wikipedia"}
...in way fault tollerable? achieve situation if single node goes down, other queues messages sent node goes up. ultimately, keep single file messages logged, not in ordered fashion.
Comments
Post a Comment