Open IceKhan13 opened 1 year ago
Some ideas & discussions here: https://github.com/Qiskit-Extensions/quantum-serverless/discussions/644
I'll try this. I'll make a prototype with
The polling loop can be removed with these changes. It may remove the scheduler itself.
What is the expected enhancement?
As a dev I want program jobs emit an event and notify backend to update status of job and results in order to remove polling logic.
Currently job updated using polling logic and django commands.