As discussed in previous blog post, drush cron can be run from crontab too. While seeming pretty straightforward, trying it out caused some troubles.
The thing you would do to make drush run from crontab is:
$ crontab -e
* * * * * drush -r /path/to/drupal
Also tried to give full path to drush install