Fix job execution by simplifying job assignment to fall back to local processing
- Make assign_job_with_model synchronous and return None to trigger local fallback - Remove asyncio from queue processing to avoid threading issues - Jobs now properly execute locally when no distributed workers are available - Maintain async file transfer infrastructure for future distributed worker support
Showing
Please
register
or
sign in
to comment