I'm developing an app that processes large JSON data structures and uses them to instantiate and update a complex CustomMenu hierarchy. During this process, I frequently encounter Watchdog limits.
To mitigate this, I’ve implemented an asynchronous task...