Me too! I don’t understand how anyone can use the task queue without it. I’m spinning up a postgres-based project that needs to use the task queue. Looks like I’m going to have to write tasks into a table then have a separate reaper process that shuttles them into the task queue. Sure wish I had a generalized way of doing 2pc enqueueing on the queue…
Jeff On Sun, Mar 26, 2017 at 10:18 AM, Jason Collins <[email protected]> wrote: > "ability to transactionally enqueue tasks" <-- probably my favourite > feature. > > On Sat, 25 Mar 2017 at 11:06 Jeff Schnitzer <[email protected]> wrote: > >> On Sat, Mar 25, 2017 at 8:39 AM, Jason Collins <[email protected] >> > wrote: >> >> "Not only for some of the API's that are unique to standard" >> >> Wilfred, which APIs specifically? >> >> >> The most notable are the Task Queue API (with the ability to >> transactionally enqueue tasks) and the Search API. >> >> Jeff >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/ >> topic/google-appengine/68fg3RwWdFQ/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/google-appengine. >> To view this discussion on the web visit https://groups.google.com/d/ >> msgid/google-appengine/CADK-0ujt91bCQOL0Auf1CVMai- >> gZtjPfZhzxKjCohrki%3Doikdg%40mail.gmail.com >> <https://groups.google.com/d/msgid/google-appengine/CADK-0ujt91bCQOL0Auf1CVMai-gZtjPfZhzxKjCohrki%3Doikdg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/CAL_dBeZoVOmTNc7kK11ZVxoCVgDNB7kYu > C9eM%2BN1yHoVHxZ59w%40mail.gmail.com > <https://groups.google.com/d/msgid/google-appengine/CAL_dBeZoVOmTNc7kK11ZVxoCVgDNB7kYuC9eM%2BN1yHoVHxZ59w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CADK-0uj0DhkHdN1BcgujpLwG_k7tQGQ_xWHOnbOcw9wEtQxc4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
