OICR / PGMLab

An easy-to-use C library for fast learning and inference in large discrete Bayesian networks (M.H. Radfar, et al.)
http://oicr.github.io/PGMLab/
GNU General Public License v2.0
1 stars 3 forks source link

Feature/pgm lab queueing #28

Closed adamjohnwright closed 8 years ago

adamjohnwright commented 8 years ago

Added queueing for job submissions: Klein POST method submits job data to server and starts async Celery task On Celery task events (i.e. received, started, succeeded), WAMP server routed through Crossbar updates client via Publish events that client is Subscribed to On Celery task events, SQLite containing tasks table is updated (task.status is updated)

In JobResultsTable component: componentDidMount: get all tasks for initial state.tasks componentWillMount: subscribe to wamp publishing for celery task updates