At first I thinked, that RESULT_RESCHEDULE
is the same, as RESULT_SUCCESS
but for periodic task.
Then I read docs, and it says
RESULT_RESCHEDULE Indicates a task has failed to execute, and must be retried with back-off.
I'm confused, what does it means? What is "back-off" in current context?