You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run celery worker with the "threads" pool implementation
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Implement parallelization with ProcessPoolExecutor for file and package scans #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Consistent queryset calls using project.relation in place of Relation.objects #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Add settings configuration for the MAX_WORKERS #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Add a SCANCODE_PROCESSES settings to control the multiprocessing CPUs #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Optimize "tag" type pipes using the update() API #70
in place of save() on the QuerySet iteration
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Add entries in the CHANGELOG #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Add size=0 as a lookup in the .empty() queryset method #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Refactor make_codebase_resource to remove the extra get query #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Reduce the pagination by 10 in the ProjectListView #70
Signed-off-by: Thomas Druez <tdruez@nexb.com>
0 commit comments