Commit Graph

12 Commits

Author SHA1 Message Date
Aravinth Manivannan 8cd9f0030d
configurable workers
This server will only see occasional traffic so it makes sense to spawn
only limited number of workers as opposed to spawning one worker/thread,
which is the default behavior.

I recommend at least two workers.
2021-10-30 15:30:38 +05:30
Aravinth Manivannan 48e5672e15
CI: cache docker builds 2021-10-29 20:52:01 +05:30
Aravinth Manivannan ccaa50bfae
CI: build and publish docker images 2021-10-29 20:47:44 +05:30
Aravinth Manivannan eacb1b108a
package docker container 2021-10-29 20:38:56 +05:30
Aravinth Manivannan 4d5f6ebd6f
add readme 2021-10-29 20:37:30 +05:30
Aravinth Manivannan 067e0085c2
setup CI 2021-10-29 20:27:34 +05:30
Aravinth Manivannan 6721b9672a
setup make 2021-10-29 20:24:20 +05:30
Aravinth Manivannan 8f9b01fff2
add default configuration 2021-10-29 20:24:09 +05:30
Aravinth Manivannan 954ac6c578
routes:
- get build metadata
    - authenticate and update repository with branch configuration
2021-10-29 20:23:07 +05:30
Aravinth Manivannan 0846806958
generate build metadata 2021-10-29 20:22:44 +05:30
Aravinth Manivannan 18aa800378
setup deps 2021-10-29 20:22:14 +05:30
Aravinth Manivannan 390a8f603c
init 2021-10-29 20:21:46 +05:30