You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a limit rewrite in place that adds a field, then pscheduler cannot properly compare a task since the final set of parameters differs from what pSConfig gave pscheduler. This can cause to constant task recreation.
A potential fix for this is to have pSConfig include its calculated checksum in the reference field and use that for comparison. This would probably make the comparison code simpler as well.
The text was updated successfully, but these errors were encountered:
If you have a limit rewrite in place that adds a field, then pscheduler cannot properly compare a task since the final set of parameters differs from what pSConfig gave pscheduler. This can cause to constant task recreation.
A potential fix for this is to have pSConfig include its calculated checksum in the reference field and use that for comparison. This would probably make the comparison code simpler as well.
The text was updated successfully, but these errors were encountered: