Hello,
Thank you for the replies.
The tasks are indeed being run on my backend as I am being charged for
backend usage (I don't use backends in any other way otherwise). I
also see the _ah/deferred logs on my backend ID but not on my app. The
CPU time being used seems to correspond to the Datastore CPU time, are
the two currently linked? Even under the new pricing scheme, would I
be billed for my main app up-time when executing deferred tasks on my
backend? What part of my main app is considered under use when
executing tasks on the backend?
The max number of instances allowed on any backend is 20. My backend
is setup as dynamic B1 with 20 instances. I let Google determine how
many instances needed to be up and running when I queue up my tasks
(usually all 20 run for 20-30 minutes each).
Again, I'd just like to know what part of my main app is being used
during the backend operation that is eating up my CPU. I really
haven't coded anything else on my app except for this data mining
portion which should all be run on the backend now.
Thanks,
Prateek