Migrated over from Hazzard@lemm.ee

  • 0 Posts
  • 1 Comment
Joined 5 days ago
cake
Cake day: June 28th, 2025

help-circle
  • Ugh, this is what our legacy product has. Microservices that literally cannot be scaled, because they rely on internal state, and are also all deployed on the same machine.

    Trying to do things like just updating python versions is a nightmare, because you have to do all the work 4 or 5 times.

    Want to implement a linter? Hope you want to do it several times. And all for zero microservice benefits. I hate it.