natcap / urban-online-workflow

This repository hosts the beta implementation of the Urban Online ES Workflow. The project is intended to give urban planners the ability to create and assess scenarios using InVEST Urban models.
1 stars 5 forks source link

Implement a job queue #22

Closed phargogh closed 1 year ago

phargogh commented 2 years ago

We need the ability to use a functioning worker queue. This includes:

Also, maybe this is a good chance to use python's heapq? https://docs.python.org/3/library/heapq.html

dcdenu4 commented 1 year ago

This is implemented.