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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -