emews / EQ-SQL

1 stars 0 forks source link

Integrate the ParSocial code Task Queues into the eqsql package #34

Closed ncollier closed 9 months ago

ncollier commented 1 year ago

The ParSocial paper code implemented a TaskQueue API with 3 implementations, all of which used the core eqsql.eq code.

These only implement a subset of the eqsql.eq functionality. Determine what more needs to be added, and harden the web and funcx ones appropriately.

ncollier commented 12 months ago

WIP on task_queues branch.