Discussion:
[google-appengine] Implementing Background Jobs in App engine Flex
Amit Chavan
2018-12-05 16:03:15 UTC
Permalink
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.
--
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 google-appengine+***@googlegroups.com.
To post to this group, send email to google-***@googlegroups.com.
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/32812c96-f382-4f98-8973-a9c6786b95de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'George (Cloud Platform Support)' via Google App Engine
2018-12-07 02:20:29 UTC
Permalink
Hello Amit,

If you want to use task queues in the Flexible Environment, a solution is
already present: Cloud Tasks
<https://cloud.google.com/blog/products/application-development/announcing-cloud-tasks-a-task-queue-service-for-app-engine-flex-and-second-generation-runtimes>,
a task queue service for App Engine flex and second generation run-times.
The Cloud Tasks Beta page <https://cloud.google.com/tasks/> offers more
practical insight.
--
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 google-appengine+***@googlegroups.com.
To post to this group, send email to google-***@googlegroups.com.
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/8b9007ee-707b-401e-81d4-42157d373e67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...