Skip to content

语法告警问题 #165

@elijahxb

Description

@elijahxb

/Users/elijahxb/Documents/pydemos/funboost_demo/.venv/lib/python3.14/site-packages/nb_log/monkey_sys_std.py:15: SyntaxWarning: "[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\["? A raw string is also an option.

/Users/elijahxb/Documents/pydemos/funboost_demo/.venv/lib/python3.14/site-packages/funboost/utils/monkey_patches.py:14: SyntaxWarning: "\c" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\c"? A raw string is also an option.
File "D:\codes\funboost\funboost\concurrent_pool\async_pool_executor0223.py", line 267, in

/Users/elijahxb/Documents/pydemos/funboost_demo/.venv/lib/python3.14/site-packages/funboost/utils/class_utils.py:80: SyntaxWarning: "(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\("? A raw string is also an option.

不一一列举了,这些告警希望能解决下
还有,utils/monkey_patches.py里面有个堆栈报错的注释是什么鬼

另外,持久化队列,sqlite的默认路径: SQLLITE_QUEUES_PATH = '/sqllite_queues',这个根路径会大概率导致权限问题,无法正常运行,这种类似的配置还是别放到根路径吧

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions