illinois-cs241 / broadway-api

This is the old repo for Broadway API. Please see the new repo for newest version of Broadway https://github.com/illinois-cs241/broadway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log job output in DB

ayushr2 opened this issue · comments

We need to save the stderr and stdout from every job so that it is easier to see what went wrong on a per job basis. This needs to be saved in another DB (not the one which keeps the history of all AG runs and jobs). This additional DB can be deleted via a cron job on a regular basis since it will grow a lot across AG runs.

This follows the issue illinois-cs241/broadway-grader#8