We run migrations across 2,800 microservices
1–10 of 16 posts
Re: We run migrations across 2,800 microservices
#2Re: We run migrations across 2,800 microservices
#3I always wonder why some (most) banks are proud of being reckless.. oh well, it keeps me well paid.
Also, Monzo decided to remove the "dark mode" option back-in-the-day. When I wrote to them about it "please return it as optional - as it already was" they responded with a polite "nope, suck it up". My next message to them was to close my account. Well.. "nope, suck it up" back right at you.
Re: We run migrations across 2,800 microservices
#4Or as I call it "death by a thousand microcuts". I always wonder why some (most) banks are proud of being reckless.. oh well, it keeps me well paid. Also, Monzo decided to remove the "dark mode" option back-in-the-day. When I wrote to them about it "please return it as optional - as it already was" they responded with a polite "nope, suck it up". My next message to them was to close my account. Well.. "nope, suck it…
Re: We run migrations across 2,800 microservices
#5What constitutes a micro service when you have 2800? Are these individual lambdas for each endpoint and background task or something?
Those are only backend microservices, not counting data pipelines, and other supporting applications.
What constitutes a microservice is a philosophical question very related to the company's culture, some companies will prefer very small single use-case services, some will develop microservices that support a whole isolated functionality (with business logic) to be re-used across the stack. There's no single definition that can be applicable to such variety of architectures.
Re: We run migrations across 2,800 microservices
#6What constitutes a micro service when you have 2800? Are these individual lambdas for each endpoint and background task or something?
Re: We run migrations across 2,800 microservices
#7Re: We run migrations across 2,800 microservices
#8Or as I call it "death by a thousand microcuts". I always wonder why some (most) banks are proud of being reckless.. oh well, it keeps me well paid. Also, Monzo decided to remove the "dark mode" option back-in-the-day. When I wrote to them about it "please return it as optional - as it already was" they responded with a polite "nope, suck it up". My next message to them was to close my account. Well.. "nope, suck it…
Re: We run migrations across 2,800 microservices
#9What constitutes a micro service when you have 2800? Are these individual lambdas for each endpoint and background task or something?