Mar. 6th, 2023
So, after a bunch of questions from Karen, which I answered by providing more documentation in the code (which is good, since it's not trivial, how come "populateDB()" is called exactly once, without "variables". Scala tricks), she approved it and I committed it.
Meanwhile I was working on the next step, writing some swagger config to generate proper API endpoints, and it was not trivial, since if your endpoint accepts a json, you don't write a function with a param, but use a cps style. Not a problem, but not trivial, had to read through tons of code looking for examples.
Anyway, the stuff is still not compiling properly, but it's ok. Working on it.
Meanwhile one service stopped, temporarily, responinding, providing user's location, and since it's about triton service, the suspicion was on me. I just told them I did not deploy anything for the last three weeks, so not me. I believe our logging is not good enough. They had to run around and guess what's up, saving precious disk space (which is totally worthless).
So, It's 7:40 now, I'll go ahead, experiment with swagger a little bit, and close for today. Nichts neues.
The only stupid thing was, I managed to slap together new updates in the main branch of my fork. Tried to roll back the branch, but it's really not easy. More, the manual reversals did not go well, due to an empty line in some files that were automatically injected. Eventually it was fixed when I merged my other pr into the main master, and then I was able to sync my master. Stupid...
Meanwhile I was working on the next step, writing some swagger config to generate proper API endpoints, and it was not trivial, since if your endpoint accepts a json, you don't write a function with a param, but use a cps style. Not a problem, but not trivial, had to read through tons of code looking for examples.
Anyway, the stuff is still not compiling properly, but it's ok. Working on it.
Meanwhile one service stopped, temporarily, responinding, providing user's location, and since it's about triton service, the suspicion was on me. I just told them I did not deploy anything for the last three weeks, so not me. I believe our logging is not good enough. They had to run around and guess what's up, saving precious disk space (which is totally worthless).
So, It's 7:40 now, I'll go ahead, experiment with swagger a little bit, and close for today. Nichts neues.
The only stupid thing was, I managed to slap together new updates in the main branch of my fork. Tried to roll back the branch, but it's really not easy. More, the manual reversals did not go well, due to an empty line in some files that were automatically injected. Eventually it was fixed when I merged my other pr into the main master, and then I was able to sync my master. Stupid...