Page 1 of 1

call back event

Posted: Thu Nov 19, 2009 11:31 pm
by madcow
Hi Kent,

in the call back event section, can we have another line that specify the time (everyday) that execute the call back script ? .. like, everyday it will run once for example ..

thanks
T

Re: call back event

Posted: Fri Nov 20, 2009 12:14 am
by Kent Briggs
madcow wrote:in the call back event section, can we have another line that specify the time (everyday) that execute the call back script ? .. like, everyday it will run once for example ..
I don't think you understand what the callback system is for. It makes the calls right when the particular events happen, every time they happen, not at a particular time of day. This keeps you from having to poll the API every few seconds to see if something (like a tournament finishing) has occurred. If you just want to check on something once per day you can make an API call and put that in a cron job.

Re: call back event

Posted: Sat Nov 21, 2009 11:48 am
by madcow
HI Kent,

thanks, i realized that .. just did it .. thanks
T