You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
We want to implement background jobs (either through celery or any other python supported lib) in App engine Flex environment. On googling we found that it's impossible to deploy celery like queues on App engine. GCP has service called Task queue for such scenario but it supports Standard environment of App engine. So how to implement this. Kindly help.
George (Cloud Platform Support)
unread,
Dec 6, 2018, 9:20:29 PM12/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Amit,
If you want to use task queues in the Flexible Environment, a solution is already present: Cloud Tasks, a task queue service for App Engine flex and second generation run-times. The Cloud Tasks Beta page offers more practical insight.