app engine task queue wait limit -


how long can task sit in task queue waiting processed before happens? if not forever, somethings might happen?

can add large number of tasks queue has low processing rate , have them processed on course of days/weeks/months?

are tasks ejected queue if they're waiting turn long?

task queue quota , limits says

maximum countdown/eta task:30 days current date , time 

i think that's talking intentionally/programatically setting eta in future, not how long task allowed wait turn.

there's no limit on how many tasks can have in queue, other amount of storage have allocated storing tasks. there's likewise no limit how long can wait execute, though point out, can't schedule task eta more 30 days in future.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -