When running a Cron job in a custom session, the docs say:
'Custom sessions (session:xxx) persist context across runs, enabling workflows like daily standups that build on previous summaries.'
But, by default, sessions reset at 4am each day.
Do resets not apply to custom Cron sessions, do they reload session history, is the "context persistence" meant to be for tasks throughout the day not across days, or is this a genuine gap?
If a gap, how can I get this kind of functionality?