On Fri, May 27, 2011 at 09:37, Yiorgis Gozadinos <[email protected]> wrote: > We do not have a p.a.a2, if we did it would be public :) The only thing we do > have is a consensus that it's hard to extend the existing API, which is great > for simple things but if you want to do more you have to go to the zc.async > level.
One thing we talked about at Jarn is to add API that splits the job creation and registration steps out, with the original API using these 2 distinct steps the same way it does now. That would at least give you the chance to reach down to the zc.async level if needed; e.g. call the new API to first create the job, then you tweak it (add options to it), then use the other new API method to register the job. -- Martijn Pieters _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
