Do google app engine pull queues return tasks in FIFO order of their arrival time?
I read the following in the pull queue documentation:
"the API returns the specified number of tasks in order of the oldest task ETA."
ETA = "Estimated time of arrival", which I don't fully understand in this context.
I'm trying get tasks in order of their arrival time in the queue with python.