Fix job scheduling and JavaScript errors
- Fixed JavaScript error in analyze.html: 'data.result.substring is not a function' by checking if data.result is a string before calling substring, converting objects to JSON string if needed - Added debug logging to cluster_master.select_worker_for_job() to diagnose why no distributed workers are found when GPU clients are connected - Debug logs show available processes and process queue to help identify registration issues This should resolve the JavaScript console error and help debug why cluster workers aren't being selected for jobs.
Showing
Please
register
or
sign in
to comment