Why does my cron subscription never become ready?
A cron subscription was created, but it does not have a ready
status.
The destination app or job does not exist.
Check the cron subscription to see whether any error messages are returned by using the ibmcloud ce sub cron get --name SUB_NAME
command.
If the error message shows NotFound : Sink not found
, then your destination app or job is not available. Use the ibmcloud ce app list
or the ibmcloud ce job list
command to verify that your destination app exists. If the app or job doesn't exist, create the application with the
ibmcloud ce app create
command or create the job with the ibmcloud ce job create
command.
If these solutions do not solve your issue, try one of the resources in getting support.