my8100/scrapydweb

How create/change timer_task manually by db?

Closed this issue · 3 comments

I want to change time of a timer task. I have tried to do it with 'task' table of 'timer_tasks.db', but it hasn't any effect, only changes of settings in GUI of Timer Tasks tab. Can I force to apply changes?
P.S. I need to change about 30 timer tasks, that's why I want to do it by console command.

It’s not recommended to modify the db manually. Did you restart scrapydweb after modifying the db?
You may also simulate the request sent by the browser.

Yes, I restarted after modifying, but it didn't work.
Can you give any example of simulating of a request? I'm confused about it a little.