Problem: Once daily scheduled tasks are not running at all. There is no record of the task in the app logs nor the background tasks log. Probably like 90% of the time it runs fine every day and produces full logs where expected, and the other 10% of the time the background task does not run at all nor produce any logs whatsoever.
I see there are some others here that are running into similar issues with overlapping tasks, etc and there is some evidence that the task was even started. But what I’m experiencing seems different? The task is simply not invoked at all and whatever is happening on the backend fails silently.
Any ideas?
Thank you