def test_task(self):
count = int(self.request.get("count",3))
for i in range(0,count):
task.add_task_transactional(url=webapp2.uri_for('nop_task',id=i))
def nop_task(self, id):
logging.info("ID = %s",id)

På 12 augusti 2020 kl. 21:04:16, 'Elliott (Cloud Platform Support)' via Google App Engine (google-a...@googlegroups.com) skrev:
Hello Okku,I may look into this for you if you provide a timestamp with date, time and timezone.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/7ZCMzzcEUlA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/643d352c-7129-4984-9970-611026e6ddc3o%40googlegroups.com.