aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/parallel_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly terminate the Thread or Process pool.J08nY2022-03-231-0/+1
| | | | | | | Should help deal with https://github.com/celery/billiard/issues/282 which manifests each two weeks or so when the celery process runs out of open file descriptors and the updates stop working in weird ways.
* finalize type hints in helpersAdam Janovsky2022-02-111-2/+2
|
* well, now's the time to fix isortAdam Janovsky2021-12-181-0/+1
|
* sort importsAdam Janovsky2021-12-181-3/+4
|
* Format code with blackAdam Janovsky2021-12-181-4/+15
|
* Try billiard.J08nY2021-12-151-7/+9
|
* fix import error parallel processingAdam Janovsky2021-12-151-2/+2
|
* Merge branch 'dev' into fix/better-multiprocessingadamjanovsky2021-12-151-3/+2
|\
| * Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-151-2/+2
| |\
| | * minor refactoring of typesAdam Janovsky2021-12-151-5/+1
| | |
| | * Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-4/+1
| | |\
| | * | rules, serialization and processingmmstanone2021-11-111-1/+2
| | | |
| * | | Add configuration switch to enable/disable tqdm.J08nY2021-12-141-1/+1
| | |/ | |/|
* / | Use thread/process pools from concurrent.futures.J08nY2021-12-141-9/+9
|/ / | | | | | | | | | | | | The process pool from concurrent.futures should not start its workers as daemonic processes and so processing inside of a Celery worker should work as per: https://stackoverflow.com/questions/6974695/python-process-pool-non-daemonic
* / just rewrite some ifs to cond. expres.Adam Janovsky2021-11-161-8/+2
|/
* add progress bar descriptionAdam Janovsky2021-05-191-3/+4
|
* delete old APIAdam Janovsky2021-05-131-0/+31