Hi Mender team,
On creating a scheduled deployment in GUI, it is possible to choose the date of deployment. Nice ! In what context is this date evaluated however ? E.g. do each client wait for this date in their respective timezone to enter the Install state ? Or is this the date that the mender server awaits before answering Sync requests with the deployment payload ? If so, how is timezone managed ?
I suggest editing the documentation or adding a label in the GUI to make this behavior more explicit.
The time on the client doesn’t matter. It’s the server which controls the time, and from the client’s perspective the deployment doesn’t even exist until that time has arrived and the server starts offering artifacts.
Hello folks,
Just wanted to confirm, can we schedule a deployment in docker-compose version? I could not find a way to do it. I just found it in hosted mender only, But I am using open-source version. There the functionality is not available. Can anyone please confirm?
from the client’s perspective the deployment doesn’t even exist until that time has arrived and the server starts offering artifacts
Just to spell this out explicitly, this means that clients polling every 30 minutes (the default) may take up to 30 minutes after the scheduled time to start downloading an artifact, and the client doesn’t actually synchronize to the intended schedule time?