Is there any way to call a given controller method through a cron job -- something like the Rails' 'runner' equivalent? I need to have some background processing job, and it would be great if I could use Akelos too. :)
Best regards, Pedro Sousa
CommentAuthorKaste
'controller-method' might be too much. They rely on a Request, Response, Filters etc.