My usecase: I have to make rest api call for every 2 hours of interval even my web application is not running in chrome.
I have tried with periodic sync feature in service worker for my web application. Currently periodic sync in chrome will dispatch events based on many criteria ( power save mode, presence for network, site engagement score...). Also with min interval of 12 hours to dispatch event.
Is there any way to make periodic api calls even web app is not running (other than periodic background sync) ?.