index
:
iosdc-japan-2025-albatross
main
iosdc-japan-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backend
/
taskqueue
/
processor.go
Age
Commit message (
Expand
)
Author
2025-09-08
fix(backend): set unique code hash for each test case run
nsfisis
2025-09-06
feat(backend): increase timeout from 5 s to 30 s
nsfisis
2025-09-05
feat(worker-swift): compile and run in one request
nsfisis
2025-09-05
feat(backend): support swift language
nsfisis
2025-09-05
feat(worker): move directory worker/ to worker/php/
nsfisis
2025-03-08
websocket to polling
nsfisis
2025-03-04
update go package names
nsfisis
2024-08-12
feat(backend): increase max_duration_ms from 5 s to 10 s
nsfisis
2024-08-08
feat(backend/worker): calculate code hash in api-server
nsfisis
2024-08-08
feat(worker): re-enable authentication between api-server and worker
nsfisis
2024-08-08
feat(backend/worker): enable `stylecheck` in `golangci-lint`
nsfisis
2024-08-08
fix(backend): fix an issue where stdout and stderr of testcase results are di...
nsfisis
2024-08-08
feat(backend): implement processTaskResults() partially
nsfisis
2024-08-08
refactor(backend): wrap taskqueue.processor
nsfisis
2024-08-08
feat(backend): split task into smaller task types
nsfisis
2024-08-08
feat(backend): create submission_results table
nsfisis
2024-08-08
refactor: rename task result's "result" to "status" for consistency
nsfisis
2024-08-08
feat(backend): rename testcase_executions to testcase_results
nsfisis
2024-08-08
feat(backend): make testcase_executions.testcase_id non-null
nsfisis
2024-08-08
refactor(backend): move ownership of channel to send task results
nsfisis
2024-08-05
fix(backend): fix terribly broken code
nsfisis
2024-08-05
feat: show execution result in play page
nsfisis
2024-08-05
feat(backend): implement task queue processor
nsfisis
2024-08-05
feat: implement task queue
nsfisis