python - Thread Priority in Apscheduler? -
i have background job need run every part of main process responds incoming requests. background job runs thread through apscheduler , updates memory main process. not need prioritized , doesn't matter if takes long time finish. main process, on other hand, needs process requests coming in fast possible. there way run background job giving small amount of cpu , giving main process priority on it? seems nice
, of ilk won't work threads, perhaps there's other way limit total cpu usage thread?
Comments
Post a Comment