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

Popular posts from this blog

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -