Description
The scheduleCronJob RPC does not check if a non-cron job with the same name already exists. This leads to a cron job masking the matching service job in the UI. What's worse, it actively kills service instances to spawn its own tasks when schedule becomes active.