flux-framework / capacitor

A bulk runner framework and tool for the flux resource manager
GNU General Public License v3.0
1 stars 3 forks source link

Utilize JSC for event notifications #5

Open SteVwonder opened 8 years ago

SteVwonder commented 8 years ago

Currently, flux-capacitor is using kvs watches directly to be notified of job state changes. This should be updated to use the jsc_notify callback interface.

SteVwonder commented 7 years ago

FWIW, here is my crack at switching over to JSC: https://github.com/SteVwonder/capacitor/commit/7642f56d434768fc10233b7e7dcb3c49f6c74c53 It's been ~9 months since I committed this so YMMV.