-
New word additions from a Hacker News comment:
tunable
https://www.merriam-webster.com/dictionary/tunable
epicycle
https://www.merriam-webster.com/dictionary/epicycle
inductor
https://www.…
-
I'm not sure this is the cause, but I can send emails from the other parts of CiviCRM, and also from normal Joomla (3.4.1) locations, but the error reporter is always saying that I don't have my email…
-
Hi there,
Are the WooCommerce transactional emails being sent before the standard WordPress `save_post` action?
It seems like they are.
I've error logged the email actions, the `save_post` acti…
-
Watch / multi / exec are transactional features of Redis. After a watch, Redis will monitor a series of keys. If these keys are modified before exec, then exec will fail, which can ensure the atomicit…
-
这里 ```org.bytesoft.bytetcc.supports.spring.CompensableMethodInterceptor#execute()``` 有段代码([点击直达
](https://github.com/liuyangming/ByteTCC/blob/3bf511aae6a49301f6c836b08f6a2a912ea02c5f/bytetcc-supports…
-
In mailers where we call `User#sending_suppressed?` to decide whether or not to send an email, it would be good to know that we couldn't send the email we wanted. We probably don't care about broadcas…
-
UnitOfWorkInterceptor create instance of UnitOfWork with UnitOfWorkOptions.IsTransactional set to true by default. I think for a huge number of calls to some repository it is not necessary.
For exa…
-
### Bug description
Hi there,
I wanna clarify the exact behavior of Postgres DDL migrations and their transactionality. I am opening this as a bug because I think it is, possibly docs related, bu…
-
Hi,
I recently came across this issue while trying to create a DB transaction per request.
The reason for using a DB transaction per request (which means 1 connection per client) is to keep the re…
-
Currently, a file with 1000 location entries takes as much as 10 minutes to get uploaded.
We should be able to speed up this process by
- investigating transactional boundaries
- \