79487058

Date: 2025-03-05 16:18:14
Score: 1.5
Natty:
Report link

if you stumble upon this.

Check that the scheduler is running also. So make sure you run the command rqscheduler from terminal in the same project directory.

Make sure the scheduler, worker, and redis were all started in the same project directory that the functions you want to run are in

Also not sure if this is right but I always import the function that i want to run as a module into the program that is scheduling to make sure it is available for the worker.

so from code above i would add "from say_hello_location import say_hello"

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: theintense