[Fixed]-Django rq-scheduler, Issue in function execution, not executing the scheduled function

1👍

Have you started the rqscheduler from the command line to make sure that the jobs are executed?

The scheduler can be started with

rqscheduler

Use -v if you need verbose output

rqscheduler -v 

Documentation

👤Colwin

Leave a comment