I want to create batches of queue items and execute after every 10 second, due to some limitation of third party API using inside code (Third party API have 1000 API call per minute).
But i don't know how do i achieve the given requirement in App Engine with taskqueue.
Or
It is possible to create batches with taskqueue push?