This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
nemunaire af96f82831 Implement basic queue, where is it impossible to run two identical job
in parallel
2021-05-09 20:32:31 +02:00
config Add some config through flag/env 2021-05-09 19:27:39 +02:00
engine Implement basic queue, where is it impossible to run two identical job 2021-05-09 20:32:31 +02:00
ui Add some config through flag/env 2021-05-09 19:27:39 +02:00
.gitignore Can define volumes to collect artifacts 2021-05-09 19:27:39 +02:00
app.go Create a list of known jobs 2021-05-09 20:32:31 +02:00
go.mod Use websocket to transmit logs 2021-05-02 17:59:55 +02:00
go.sum Use websocket to transmit logs 2021-05-02 17:59:55 +02:00
jobs.go Implement basic queue, where is it impossible to run two identical job 2021-05-09 20:32:31 +02:00
main.go Add some config through flag/env 2021-05-09 19:27:39 +02:00
queue.go Implement basic queue, where is it impossible to run two identical job 2021-05-09 20:32:31 +02:00