黄大胆
黄大胆
要不你试试点一下保存或者刷新一下浏览器缓存?
I want to use the configuration content from two blocks, but I see that it only returns the last [logging], while the [database] before it gets overwritten in the loop....
I made an operational error; I need to reopen the issue.
@hramezani ``` class Settings(BaseSettings): project_path: ClassVar[Path] = Path(__file__).parent.parent.parent project_conf_path: ClassVar[Path] = project_path / 'conf' logging: LoggingConf database: DataBaseConf model_config = SettingsConfigDict( toml_file=project_conf_path / "test.toml", pyproject_toml_table_header=('database','logging'), case_sensitive=True, extra='allow' ) @classmethod def...
when i passed debug mode, this is waitting at `pool:AsyncIOPool.run` line 219 , `if error := result.exception():` This confuses me
my version python 3.11 celery==5.4.0 I don't have logs, I don't know how to describe it, when I submit a task, the result should be returned quickly in the pool's...
Sorry for accidentally touching
can i report pr?