There's no task scheduler built in. The way we currently do this (for
example, with the search indexing) is to write a management command or
script and use a cron job.

Extensions can add their own views using the URLHook, or API endpoints by
defining a "resources" list in the extension class.

-David


On Fri, Jul 5, 2013 at 1:16 PM, Jay Li <thechillchi...@gmail.com> wrote:

> Hello everyone,
>
> Does ReviewBoard integrate with any task scheduler? I was looking to build
> an extension that would automate a process that would be run every say 5
> hours.
>
> I was wondering if this might be a better job for a RB extension or a cron
> job (I understand that there will probably be benefits to both).
>
> Additionally, can ReviewBoard extensions handle incoming post requests
> similar to how Django controllers do?
>
> Thanks for any help!
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to