Skip to content

v2.3.0: Separate operation dispatcher service

Latest
Compare
Choose a tag to compare
@1egoman 1egoman released this 29 Nov 02:16
· 15 commits to master since this release

Previously, this service handled dispatching of automatic link operations. Now, I've created a new job to do that, which means that the server service should horizontally scale.

New infrastructure diagram:
https://user-images.githubusercontent.com/1704236/33268089-d718e718-d349-11e7-9baa-75d86d05604b.png

Also, this pull request adds the other end of the logic required to connect link operations back to their founding link. All this change is doing is reading data from redis that the first part of the migration, a worker change, added there. Here was the first part of the migration: backstrokeapp/worker#3