Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Allow CLI parser to be run from a (Celery) queue #62

Closed
tofumatt opened this issue Oct 8, 2015 · 4 comments
Closed

Allow CLI parser to be run from a (Celery) queue #62

tofumatt opened this issue Oct 8, 2015 · 4 comments
Assignees

Comments

@tofumatt
Copy link
Contributor

tofumatt commented Oct 8, 2015

@andymckay, @mstriemer, and I talked about #49. What we actually need is to use the existing https://github.com/mozilla/olympia Django app as our API server (having multiple front ends is needless) to handle the Validator's API (eg: upload a file for validation -> get an ID -> query said ID for its validation status).

Do need to get the validator to run as a Celery task that can get data from the Django API (put into celery) and then send data back.

The API would return a status of the validation (processing/complete) with a series of messages/warnings/errors (as JSON, which the validator can already easily produce being a JS app).

@tofumatt
Copy link
Contributor Author

tofumatt commented Nov 3, 2015

Note that running the npm version will fail until we fix #185, but I'm looking to fix that soon 😄

@muffinresearch
Copy link
Contributor

Ok #185 and #201 are fixed. The package looks to be functional when installed from npm now.

@EnTeQuAk
Copy link
Contributor

EnTeQuAk commented Nov 4, 2015

Awesome, thanks a lot @muffinresearch!

@EnTeQuAk
Copy link
Contributor

EnTeQuAk commented Apr 6, 2016

I think this already fixed now and QA is already testing the new linter on -dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants