collacations 3 Flashcards
stick to the
agenda
As I say, we’ve got a lot to get through, so please let’s stick to the
agenda
set aside
I’ve set aside two hours for this meeting, and we really can’t
afford to run over.
cover everything
we can cover everything in an hour and a
half
can get the ball rolling
So perhaps we can get the ball rolling by going through the list of action points from the last meeting.
going through the list of action points
So perhaps we can get the ball rolling by going through the list of action points from the last meeting.
separated into
The CQRS pattern is a design approach where the responsibilities of reading data (queries) and writing data (commands) are separated into different models or services
break something into
It does this by breaking the transaction into a sequence of local transactions.
compensating
If a transaction fails, the saga runs compensating transactions to undo the changes made by previous steps.
consecutive
when a service encounters a threshold of consecutive failures, the circuit breaker trips, stopping all requests to the failing service for a timeout period
(ardışık)