-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hello Team,
We are running the FleetWise Edge agent on a Yocto-based telematics device that frequently enters a low-power "sleep mode" (Suspend to RAM) to conserve battery.
Our challenge is achieving a fast recovery for the agent upon wake-up. If we kill the agent before sleep and restart it on wake-up, the process takes about 20 seconds to re-establish a cloud connection. We require to be fully operational in under 2 seconds.
What is the recommended approach for putting the FleetWise agent into a suspended state and resuming it quickly to meet such a demanding recovery time? Is there an existing mechanism to pause and resume the agent without a full restart?
Any guidance on best practices for this use case would be greatly appreciated.
Thank you.