Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkumarverma/rc-task-runner
task runner written in GoLang for concurrency & performance to execute code online
https://github.com/yashkumarverma/rc-task-runner
acm-reverse-coding competitive-programming docker golang task-runners
Last synced: 20 days ago
JSON representation
task runner written in GoLang for concurrency & performance to execute code online
- Host: GitHub
- URL: https://github.com/yashkumarverma/rc-task-runner
- Owner: YashKumarVerma
- License: mit
- Created: 2020-11-20T21:26:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T15:10:28.000Z (about 4 years ago)
- Last Synced: 2024-10-29T20:07:10.553Z (2 months ago)
- Topics: acm-reverse-coding, competitive-programming, docker, golang, task-runners
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reverse Coding : Task Runner
![Build package](https://github.com/YashKumarVerma/rc-task-runner/workflows/Build%20package/badge.svg)
The service responsible running code, feeding input, and returning responses.
- API Docs: [@Postman](https://documenter.getpostman.com/view/10043948/TVev4k25)![https://i.imgur.com/ubXnojN.png](https://i.imgur.com/ubXnojN.png)
## Known Issues
- Response too large: depending on client and connection, some responses might be too large to be returned to the user and might cause issues. As of now, the system does not return output on them, and following the principle of reliability, **continues to send responses to other clients connected**.![https://i.imgur.com/9HUhdOr.png](https://i.imgur.com/9HUhdOr.png)