CodeGrade / orca

Grading job server for CS student submissions.
1 stars 1 forks source link

Feature: Jobs can specify optional container-specific response url #46

Closed williams-jack closed 1 year ago

williams-jack commented 1 year ago

Feature/Problem Description

For a given grading job, when the worker runs it in the container and needs to push the results to a URL for a server that is also running in a container, then due to the nature of Docker container networking, the response cannot be sent to a localhost URL, but instead a URL of host <container_name>. This mainly applies for local development when sending job results to the echo server provided in grading-vm/.

Solution (Changes Made)