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

How to use App Engine push queues in Flask apps

Blog post from Google Cloud

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

The blog post by Wesley Chun discusses the use of Google App Engine's push queues within Flask applications, as demonstrated in the Serverless Migration Station's Module 7 episode. It outlines the transition from App Engine's webapp2 framework to Flask, emphasizing the integration of App Engine Task Queues to manage and delete outdated web page visit records asynchronously. The tutorial enhances the application by implementing a system that tracks the ten most recent visits and removes older entries, detailing the required modifications to the application’s source code. This development sets the groundwork for further migration to Cloud Tasks and Cloud NDB, with additional resources such as codelabs, video guides, and detailed documentation available to assist developers through the process. The post caters primarily to Python users, with plans to extend support to other legacy runtimes in future modules.