Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorpedro
     
    Hi,

    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.

    I usually write a script similiar to a unit-test.