-
# Details
Inside [`_maybe_close_fd`](https://github.com/celery/celery/blob/main/celery/fixups/django.py#L173-L177), Celery attempts to catch exceptions relating to closing the file descriptor. Curr…
-
There are some parts where a connection is acquired or a transaction is created manually. However now the node db crate has helpers for this functionality.
-
## My Code
`
package main
import (
"context"
"fmt"
"gorm.io/driver/postgres"
"gorm.io/gorm"
"log"
"posify-service/internal/identity/infra/p…
-
### What are you trying to achieve?
While running pytest getting error
`saleor.core.db.connection.UnsafeWriterAccessError: Unsafe access to the writer DB detected. Call using() on the QuerySet to u…
-
-
@razatr
Не могу получить список студентов прямиком из объекта StudentsGroup - group.Students всегда оказывается пуст.
-
you are creating the connection to the database [here](https://github.com/leinadanul/fastapi_example/blob/bf2d19fbc1fd509954765fe1e4f84a4f91596f6d/services/books_services.py#L7C85-L7C85) and [here](ht…
-
How to replicate:
Here's a sample file to test
```
input:
type: stdin
pipeline:
processors:
- log:
level: info
message: "DB_CONNECTION_URL: ${DB_CONNECTION_URL}"
…
-
I followed the instructions but I get
`2024-05-21 14:26:56 2024-05-21 10:56:56 121 [Warning] Access denied for user 'admin'@'172.28.0.3' (using password: YES)`
on db container. and get this err…
-
### 🔖 Feature description
Does backstage work with multiple DB connections i,e. Can Backstage be configured with a read and write db url separately so that reads can be local and writes can be sent…