Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

connect the params to the ones in qlue #33

Open
fretchen opened this issue Jan 17, 2022 · 0 comments
Open

connect the params to the ones in qlue #33

fretchen opened this issue Jan 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@fretchen
Copy link
Contributor

So right now we are doing the verification in the spooler. However, the config dictionary that the user obtains from qlue is not nowing anything about the spooler. We somehow have to connect them. I see two main routes:

  1. Move the verification entirely into qlue. The spooler could then get some API access to qlue to verify that everything is in sync.
  2. The spooler is handling most of it as is right now. This gives an enormous amount of power to the back-end and could be very practical.

Here, are a few things that we should think about:

  • The communication of the spooler and qlue might happen through an API.
  • The front-end has to communicate the information to the user.
  • All the spoolers should decide how the communicate with the qlue, but it seems fairly open.

@RohitPrasadBhatt what do you think ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant