rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k stars 230 forks source link

Update rqscheduler.py #301

Open Simeon2001 opened 1 year ago

Simeon2001 commented 1 year ago

I addressed the issue of redis.exceptions.ConnectionError occurring when launching the rq-scheduler CLI. The problem was resolved by ensuring that the necessary arguments from the terminal are appropriately passed to the redis connection function, preventing the ConnectionError and ensuring smooth execution of the rq-scheduler CLI.