This message was deleted.
# bolt
s
This message was deleted.
y
no, there is no cron server builtin 🙂
so yes, use cron/systemd timer/at or your CI/CD
we were using Jenkins scheduled job for the scheduled infra reboot
l
i figured it would come down to cron/systemd. I'll look into our CI/CD to see if it's something i could build out
v
We are using the scheduled CI/CD job
✅ 1
c
Yup, OS scheduling tools are a good way to solve this. Scheduled runs of Tasks and Plans are a feature of the PE Orchestrator.
l
I kind of figured it'd be lacking in Open Source
c
SystemD is very good in terms of scheduling and logging. For many use cases it's not a wheel that really needs to be re-invented.
v
And yet systemd ventured into many areas that are questionable. systemd-boot , really?
c
Maybe. But still, the existence of
systemd-boot
doesn't detract at all from how useful
systemd-run
and SystemD timers are 😉
🙌 1