No description
This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 79.9%
  • JavaScript 12.9%
  • HTML 7.2%
Find a file
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 Display run error in ui 2021-05-09 20:32:31 +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