Home / Companies / Google Cloud / Blog / Post Details
Content Deep Dive

Migrating App Engine push queues to Cloud Tasks

Blog post from Google Cloud

Post Details
Company
Date Published
Author
-
Word Count
623
Language
English
Hacker News Points
-
Summary

In the blog post "Cloud Migrating App Engine push queues to Cloud Tasks," Wesley Chun outlines the process of migrating an existing App Engine ndb Flask application from App Engine's bundled services to standalone Google Cloud services, specifically transitioning from App Engine Datastore and Task Queue APIs to Cloud NDB and Cloud Tasks. This migration enhances the app's portability and aids the transition from Python 2 to Python 3, while also applying to other legacy App Engine upgrades like Java, PHP, and Go. The author details key updates such as integrating Google Cloud client libraries, adjusting library usage, and setting up Cloud Tasks, resulting in an app that functions similarly to its predecessor but uses the more flexible, standalone Cloud services. This migration is part of a larger series, with future modules addressing further updates, such as moving from Cloud NDB to Cloud Firestore and updating the Cloud Tasks client library. The article encourages readers to engage with the accompanying video, codelab, and migration guide for a comprehensive understanding of the process.