DeprecationWarning: The resolve_connection function

i get this warning from 2 days, is there any problem ?

10:43:09 schedule.1 | /abc/bcd/frappe-bench/env/lib/python3.10/site-packages/rq/connections.py:107: DeprecationWarning: The resolve_connection function is deprecated. Pass the connection explicitly instead.

You can ignore it. It’s harmless.

1 Like

how to suppress the warning from the log? I am trying to debug my custom, but quickly got overwhelmed by the warning and have to scroll several screen to get to my previous debug log.

Thanks