aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/taskqueue
AgeCommit message (Collapse)Author
2025-03-15feat(backend): decrease max retry of testcasesnsfisis
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 ↵nsfisis
discarded
2024-08-08feat(backend): implement processTaskResults() partiallynsfisis
2024-08-08refactor(backend): add Queue.Enqueue*() variantsnsfisis
2024-08-08feat(backend): generate taskqueue/processor_wrapper.go by go generatensfisis
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(backend): enqueue exec task when players submit their codensfisis
2024-08-05feat: implement task queuensfisis