Best way to migrate crontab into Cronicle? #865
-
Hi, I am working on a service that currently has roughly 100 different cronjobs scheduled via crontab. I am looking for a way to make cronjob management and monitoring much cleaner and Cronicle appears to be very promising so far. In Cronicle, all jobs are stored in /opt/cronicle/data/ as JSON files, is that correct? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi there! Thank you for considering Cronicle. Alas, Cronicle doesn't have a bulk importer for a crontab file. It does parse the cron syntax for you, and converts to its internal schedule format, but you have to import one job at a time: Bulk crontab import is on the list for v2, but it might not make the launch (my TODO list for v2 is a MILE long). |
Beta Was this translation helpful? Give feedback.
-
this is already very helpful, thanks! |
Beta Was this translation helpful? Give feedback.
Hi there! Thank you for considering Cronicle.
Alas, Cronicle doesn't have a bulk importer for a crontab file. It does parse the cron syntax for you, and converts to its internal schedule format, but you have to import one job at a time:
Bulk crontab import is on the list for v2, but it might not make the launch (my TODO list for v2 is a MILE long).