How to restart app periodically

charlesfrPRO

a year ago

as titlte suggest, can I setup a crontab so periodically restart the machine?

0 Replies

charlesfrPRO

a year ago

d7451ecd-791d-4cc5-8e89-188cbe6bda45



srizan10HOBBY

a year ago

what might the command be? I’m interested


charlesfrPRO

a year ago

^ that's my question too


charlesfrPRO

a year ago

<@433426251496161282> Can you enlighten us?


a year ago

the native cron scheduler can not trigger a restart, nor will it redeploy an already running deployment (it will skip it)
that's where this comes in
it can trigger a restart just the same way restarting the deployment via the 3 dot menu does, but on a set schedule


charlesfrPRO

a year ago

neat, thanks!