OK, I get it now. It turns out that I only run this site on my own computer and do not have a production environment and, therefore, there is no production database ...
Whenever the configuration should be:
every 1.hours do rake "scrape", environment => "development" end
I also had to run each time using the environment:
whenever -w --set environment=development
source share