You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"problem": <problem zip url>,
"submission": <submission zip url>,
"submissionDirs": <directories that can be editted>,
"timelimit" <timelimit in seconds
}
Send the payload to the job
Refactor src/tasks/job.ts
Create src/tasks/jobs/ directory
Move all the jobs other than Base class to individual files in jobs dir
Like move RunJob and its type to src/tasks/jobs/run.ts
Add support to run project submissions in frameworks like react, node, django etc.
Refer this pull request for the initial work that has been done. Create your PR against the
project-workerbranchsrc/tasks/job.tssrc/tasks/jobs/directoryLike move
RunJoband its type tosrc/tasks/jobs/run.ts