aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/taskqueue/processor.go
AgeCommit message (Expand)Author
2025-09-08fix(backend): set unique code hash for each test case runnsfisis
2025-09-06feat(backend): increase timeout from 5 s to 30 snsfisis
2025-09-05feat(worker-swift): compile and run in one requestnsfisis
2025-09-05feat(backend): support swift languagensfisis
2025-09-05feat(worker): move directory worker/ to worker/php/nsfisis
2025-03-08websocket to pollingnsfisis
2025-03-04update go package namesnsfisis
2024-08-12feat(backend): increase max_duration_ms from 5 s to 10 snsfisis
2024-08-08feat(backend/worker): calculate code hash in api-servernsfisis
2024-08-08feat(worker): re-enable authentication between api-server and workernsfisis
2024-08-08feat(backend/worker): enable `stylecheck` in `golangci-lint`nsfisis
2024-08-08fix(backend): fix an issue where stdout and stderr of testcase results are di...nsfisis
2024-08-08feat(backend): implement processTaskResults() partiallynsfisis
2024-08-08refactor(backend): wrap taskqueue.processornsfisis
2024-08-08feat(backend): split task into smaller task typesnsfisis
2024-08-08feat(backend): create submission_results tablensfisis
2024-08-08refactor: rename task result's "result" to "status" for consistencynsfisis
2024-08-08feat(backend): rename testcase_executions to testcase_resultsnsfisis
2024-08-08feat(backend): make testcase_executions.testcase_id non-nullnsfisis
2024-08-08refactor(backend): move ownership of channel to send task resultsnsfisis
2024-08-05fix(backend): fix terribly broken codensfisis
2024-08-05feat: show execution result in play pagensfisis
2024-08-05feat(backend): implement task queue processornsfisis
2024-08-05feat: implement task queuensfisis