MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Add tag to task_queue sort index #815

Closed bennybp closed 2 months ago

bennybp commented 2 months ago

Description

Improves task queue performance even more.

After upgrading the production servers this morning, task claims still took too long (>700ms). Adding the tag field to the sort index reduces this to about 120-130ms.

Changelog description

Improve task queue performance by adding tag to sort index

Status