Recurring Job that always shows [DISABLED]

I have a Recurring Job that always shows [DISABLED]

I saw in the change log for 1.7.5
• Fixed – Disable recurring job when we can’t schedule it due to an error.

Where do I find the error?

The CRON job frequency is the same as the other jobs.
I have about 25 other recurring jobs and they are ok.

I have looked at the code till I’m blue in the face I don’t see anything obviously wrong.

Just looking for direction.
Thanks in advance!

1 Like

I think this is a Length issue.
It was named
IMyAppDiagFixActivityAndHistoryTypesThatNeedAPublicName.DiagFixActivityAndHistoryTypesThatNeedAPublicName

and I renamed it to
IMyAppDiagFixTypesThatNeedAPublicName.DiagFixTypesThatNeedAPublicName

and the old one is still disabled and the new one is there…

Did you delete the old job via code or dashboard? They don’t automatically get deleted.

I deleted it via the dashboard and moved on.