parse.com - Parse Batch Background Jobs to Bypass 15 Minute Limit -


i running scheduled background job each night pulls data every 1 of our users , updates element in user data table each user. has approximate time complexity of n n our total users. however, parse allows 15 minute functions maximum.

i trying split our users 5000 user-batches. way, can run function on each batch sequentially. know how parse background jobs , cloud code?


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -