This question has been flagged
1 Reply
2966 Views

i have used scheduler functionality in my module to import products. I changed my code and restart the server but most of the time scheduler runs my previous(not new changes) code. I can't understand why it's happening.

Please anyone can help..........

Avatar
Discard
Best Answer

You need to update your database with your new module. Try re-starting your server with the -u <module name=""> -d <database name=""> options. That will update your database

Avatar
Discard

I got same problem, I did above steps too. schedular runs, as its time changes but method defined in schedular don't run.