praiskup / resalloc

Allocator and manager for (expensive) resources
GNU General Public License v2.0
7 stars 7 forks source link

manager: fix "unknown resources cleanup" traceback #131

Closed praiskup closed 11 months ago

praiskup commented 11 months ago

When a new on-demand pool is configured in pools.yaml, the cleanup logic is typically executed before a new resource is started there, and thus also before the database entry is created.

Fixes: #128