On Friday, April 19, 2019 at 12:52:38 AM UTC+2, Reza Manbachi wrote: > > I am working on a project which uses task queues on App Engine. We use > both push and pull queues. We also use ETA and count down features of task > options. > We are in the process of moving from App Engine to Kubernetes. Is Cloud > Tasks capable of working outside of App Engine? > What do you recommend to use instead in Kubernetes? > Is Knative eventing a viable alternative for Cloud Task? >
Kubernetes includes a CronJob notion: https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/ -- 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 [email protected]. To post to this group, send email to [email protected]. 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/cfcf000c-fec1-4ef4-8feb-961a2ef5331b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
