Open changyushun opened 5 years ago
Scheduler will only schedule the job to a queue. Did you make sure you have the default
rq (queue) running with the same redis db?
The rqschdulers only schedules. You have to start the RQ worker
The rqschdulers only schedules. You have to start the RQ worker
This should be mentioned in the Doc
hello all below is my simple test but the func never fire. what am i miss ? step 1 :
step 2: after run this python script then run rqscheduler
and return
Registering birth
message. but my func that simple append text to file never fire !