This website requires JavaScript.
Explore
Help
Sign in
nemunaire
/
minifaas
Archived
Watch
1
Star
0
Fork
You've already forked minifaas
0
Code
Issues
Pull requests
3
Releases
Activity
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.
15
commits
4
branches
0
tags
118
KiB
Go
79.9%
JavaScript
12.9%
HTML
7.2%
af96f82831
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Pierre-Olivier Mercier
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