-
It seems there is no transactional migrations support like we had in go-pg with MustRegisterTx().
Even if I create my own transaction inside migration, when it gets rolled back, the metadata in DB …
-
When sending a transactional email with a link, it properly converts it to a tracked link, but clicking that link does not register the "click".
Error in logs:
✖ error PrismaClientValidati…
-
(I only read some modules of tonbo, maybe I have some misunderstandings)
I noticed that tonbo can be inserted in two ways, transactional and non transactional:
1. For non transactional writes:
…
-
### Describe the bug
The code for topic deletion involves deletion of several associated models. See below:
https://github.com/oppia/oppia/blob/c57292a80e552ec3c2d3ba6ea55674e1edcda295/core/domain…
-
From https://github.com/snarfed/bridgy-fed/issues/1130:
> I suspect this is because we're not allocating sequence numbers and writing blocks in the same transaction. If we allocates a seq for the n…
-
### 요구 사항
- [x] 기존 애플리케이션 이벤트를 카프카 메시지 발행 방식으로 변경
- 카프카 이벤트 발행 실패하는 것을 방지하기 위해 Transactional Outbox Pattern 적용
- [x] 결제 완료 시 외부 데이터 플랫폼 전송 이벤트에 대한 처리
- [x] 주문 완료 시 상품의 재고 차감 이벤트에 대한 처리
- …
-
I want to send json data with html tag to transactional template
when i try, all the < > and " are convert to
<span class="p2">
the content_type is "html"
the looking in the…
-
In Wayland we can make every frame perfect in a lot of cases. However, this requires very careful handling. Currently niri doesn't do any transactional updates, but they would be nice for cases like:
…
-
I use micrometer in a Spring Boot application to measure the execution time of a method.
Given the following (Kotlin) method:
```
class MyClass(...) {
@Timed(value = "my_timer")
@Transact…
-
We want to use the `@Transactional` annotation in order to have one transaction by `Query` or `Mutation`. We added this annotation to a custom `AsyncExecutionStrategy`.
It works fine except for som…