You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tasks.py:20: in <module>
scheduler = rq_scheduler.Scheduler(queue=queue, connection=queue.connection)
/usr/local/lib/python3.10/site-packages/rq_scheduler/scheduler.py:34: in __init__
self.connection = resolve_connection(connection)
/usr/local/lib/python3.10/site-packages/rq/connections.py:108: in resolve_connection
warnings.warn(
E DeprecationWarning: The `resolve_connection` function is deprecated. Pass the `connection` explicitly instead.
rq==1.15.1
rq-scheduler==0.13.1
The text was updated successfully, but these errors were encountered:
soulseekah
added a commit
to soulseekah/rq-scheduler
that referenced
this issue
Jan 4, 2024
The Connection context manager in rq is deprecated.
When a connection is explicitly passed to the Scheduler
avoid using the manager and triggering a warning
The Connection context manager in rq is deprecated.
When a connection is explicitly passed to the Scheduler
avoid using the manager and triggering a warning.
The text was updated successfully, but these errors were encountered: