repository
0.0.0-20240927133039-79d7e876cd13
Repository: https://github.com/bladerunner2014/snap-task.git
Documentation: pkg.go.dev
# README
How does it works?
User send a request to /job endpoint, a gouroutine assigns to user job and will run based on user defined time interval. There is a goroutine limit to prevent app crash. You can edit it on .env
Run with docker:
docker compose up -d
endpoints are available at:
http://0.0.0.0:8080/
Run bare metal:
Run the following command in the project root:
cd cmd
go run main.go
Note: