-
Notifications
You must be signed in to change notification settings - Fork 97
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
Using the XQueue interface #96
Comments
Please see: https://github.com/edx/xqueue-watcher and specifically the client code for a worked example, |
Thanks for your reply, i will look at this code. |
Also make sure you have done what is described in section 6.10.6 of this On Wed, Jun 3, 2015 at 8:19 AM, Shubham Rawat [email protected]
|
I am trying to run a cpp grader using polling.The grader successfully logs in to the xqueue using the API, but on submitting the code on lms i get this error : |
I checked the logs for xqueue,
Can you please tell me about this error. |
Hi, this problem is due to the small size of the field |
But,why is AWS coming into play when I am not even using AWS, I am running this on my local machine. |
Sorry, yesterday I was tired and ill read your log file. My answer does not help your problem. When you add files to the problems they are automatically uploaded to the aws but in preferences AWS_ACCESS_KEY_ID = null |
Hi shubhdev, |
@danilkuznetsov |
While it is clear to me how Xqueue works, I still do not understand how to use this Stanford example which was listed in the documentation.
I have created a "code response problem". Then i added my queue name with its url to the "XQUEUES" key in /edx/app/xqueue/xqueue.env.json. Using this i was able to run a simple passive grader.(note this is different from the above mention stanford example).
Now i wanted to know how to use the above example, which i think is an active grader.I have again added the url to /edx/app/xqueue/xqueue.env.json. now what is the login function in xqueue_util.py.
Is the url same as the queue url?
Please point me to a working example, or documentation.
The text was updated successfully, but these errors were encountered: