We've just released Dkron Pro 4.0, a major update to our distributed and fault-tolerant job scheduler. We focused on security and user experience in this version.
Key highlights include:
* New Access Control List (ACL) System: Allows you to define granular permissions for users and teams, securing access to jobs, agents, and resources.
* Revamped User Interface (UI): Updated to React Admin, and added dark mode.
* Improved Documentation: Significant investment in making our documentation more comprehensive and easier to navigate.
* Updated Dkron Open Source Core: Incorporates numerous fixes and improvements for better stability and performance.
Sure, it can do this well. It can run in a single dcron/etcd node if you don't need it to be fault tolerant. At this point you should be checking the job status in the ui as it doesn't have notifications yet.
I think you missed the point, jobs are stored in etcd so they're distributed and all dcron (server) nodes will see it. You can even create jobs from any node. Note that, non server nodes doesn't need access to etcd.
Key highlights include:
* New Access Control List (ACL) System: Allows you to define granular permissions for users and teams, securing access to jobs, agents, and resources. * Revamped User Interface (UI): Updated to React Admin, and added dark mode. * Improved Documentation: Significant investment in making our documentation more comprehensive and easier to navigate. * Updated Dkron Open Source Core: Incorporates numerous fixes and improvements for better stability and performance.