PTFS-Europe / koha-plugin-crontab

Add instance level crontab management to Koha
0 stars 3 forks source link

Enable plugin control via metadata in the cron blocks #10

Open mrenvoize opened 8 months ago

mrenvoize commented 8 months ago

We should formalise a specification for metadata that can be added to cron "blocks" so that ansible/system maintained crontab files and plugin maintained cron config can interact more cleanly.

I'm thinking things like marking cronjobs as 'system/readonly', 'hidden', 'user ownership' etc

mrenvoize commented 8 months ago

Also need to make the API/Cron read/write a bit more bomb proof.. right now the example ansible setup makes my install explode and managing the same cron file via the plugin and an ansible layer needs to work nicely.

mrenvoize commented 7 months ago

I think this is the most important next step for the plugin. We need to have a more reliable way of parsing and working with the crontab files.

lizrea commented 2 months ago

Yes, love this