You need to sign in to do that
Don't have an account?
Schedulable class has jobs pending or in progress.
I am trying to save an Apex Class from IDE, however keep getting this error
Schedulable class has jobs pending or in progress.
How or where to find the jobs pending/ in progress for this class?
Administration Setup --> Monitoring --> Scheduled Jobs.
You need to delete the scheduled job before you can make changes to the class. After you are done making the changes, you can go back and reschedule it.
Thanks for the workaround. When deploying to Production, I bet this this not going to be fun.
Deploying through a change set instead of through the IDE usually gets me around this error without having to delete the scheduled jobs. I sometimes see this error when deploying batch classes through the IDE even though they don't even have a scheduled job or Schedulable class that calls them.