Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8998423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:01:29+00:00 2026-06-16T00:01:29+00:00

I am using Google App Engine SDK 1.7.3 and NDB to access the datastore.

  • 0

I am using Google App Engine SDK 1.7.3 and NDB to access the datastore.

How should I run a non-transactional tasklet from within a transactional tasklet?

The following is the first thing that comes to mind:

@ndb.tasklet
@ndb.non_transactional
def non_txn_method():
    ''' Run some code that does not require a transaction '''
    result = calculate_result()
    raise ndb.Return(result)

@ndb.tasklet
@ndb.transactional
def txn_method():
    ''' Run some code that requires a transaction '''
    non_txn_result = yield non_txn_method()

However the creator of NDB advises not to combine decorators such as is done with @ndb.tasklet and @ndb.transactional and to use the ndb.transaction_async(callback, **ctx_options) function instead. See here for the issue with doing this. I am therefore worried that combining the @ndb.tasklet and @ndb.non_transactional decorators could also be fragile and prone to have unexpected behaviour.

Note that ndb.transaction_async(callback, **ctx_options) is provided in the NDB API but not ndb.non_transaction_async(callback, **ctx_options).

I wonder if a ndb.non_transaction_async(callback, **ctx_options) function needs to be exposed in the NDB API to help me robustly accomplish what I want to do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:01:30+00:00Added an answer on June 16, 2026 at 12:01 am

    I recommend that you file a bug for the proposed new feature in the NDB bug tracker:
    http://code.google.com/p/appengine-ndb-experiment/issues/list

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Google App Engine, I am trying to urlfetch a gzip file from a
I am making an application for google-appengine. I am using google app engine sdk
Using Google App Engine (python SDK), I created a custom JSONProperty() as a subclass
Using Google App Engine SDK and Python, I'm facing an issue : I'm unable
In my Google App Engine project, I'm currently using Twig for accessing the Datastore
I'm using Google App Engine Go SDK and I want to put some basic
I'm trying to implement Federated Login using Google App Engine Go SDK, but the
Using Google App Engine and GQL and Python: in my datastore I have something
I'm using Google App Engine to fetch some data. Before sending the data from
How can I configure the Google App Engine SDK to run the local development

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.