Skip to content

Fix cancellation of periodic tasks, remove ticker

akwizgran requested to merge 1759-fix-periodic-task-cancellation into master

This branch fixes the cancellation of periodic TaskScheduler tasks on Android.

The branch also removes the task scheduler's 10-second ticker: instead we schedule a check of the queue at the time each task is due. This allows tasks to run at their schedules times when the device is awake, rather than waiting for the next tick.

Closes #1759 (closed)

Merge request reports