Skip to content

Instantly share code, notes, and snippets.

@jarv
jarv / gist:4ed9e6faa374a99acbc8
Created September 12, 2014 16:28
edx xqueue
The XQueue software is one of our earliest components and not very
well documented unfortunately.
What it is from a high level is a Django app that monitors a rabbitMQ
cluster that takes student submissions and makes it available to an
external grader.
Here is example code that watches the xqueue for new submissions and
grades them using our python grader -
https://github.com/edx/xqueue-watcher
Here is documentation that describes how to interface with xqueue -