I did not find the reference to _validate_and_insert in the book (vs 
validate_and_insert without the underscore)

Going through the inconsistency: I'd remove the writable=False from the 
scheduler_task table definition. 
One can initialize Scheduler with a group name in his app but have the need 
to queue tasks for different groups. Obviously the user must queue tasks 
having in mind what are the active schedulers when the app is fully 
deployed, or that task will never be picked up.

In addition, now that the group_names parameter can be overridden by the 
new-style commandline that writable=False should go away. 

Thoughts ? 

On Sunday, September 30, 2012 11:09:17 PM UTC+2, Vincenzo Ampolo wrote:
>
> On 09/30/2012 02:05 PM, Vincenzo Ampolo wrote: 
> > The workaround is to use *isert* instead of *validate_and_insert* but I 
> > think at least one between the source code or the documentation should 
> > be fixed. 
>
> Typo *insert* 
>
> -- 
> Vincenzo Ampolo 
> http://vincenzo-ampolo.net 
> http://goshawknest.wordpress.com 
>

-- 



Reply via email to