Commit Graph

9 Commits

Author SHA1 Message Date
Aravinth Manivannan 68d63bba07
chore: load app settings via app ctx and do away with global static loader 2022-04-27 10:52:24 +05:30
Aravinth Manivannan eb87453bd1
feat: handle errors in deploy endpoint 2022-04-26 19:56:59 +05:30
Aravinth Manivannan e966426186
chore: update deps and fix typo 2022-04-19 02:32:35 +05:30
Aravinth Manivannan c6f9cb7ac1
chore: update dep: config 2022-03-29 18:13:26 +05:30
Aravinth Manivannan c76b351198
chore: improve git workflow testing 2022-03-29 18:02:32 +05:30
Aravinth Manivannan 837c3fd3e0
chore: address clippy lints 2022-03-29 16:56:06 +05:30
Aravinth Manivannan ff6d70da96
chore: update deps 2022-03-16 00:09:18 +05:30
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 18aa800378
setup deps 2021-10-29 20:22:14 +05:30