tox (happy tests or so i thought)
container:
- listing ui only lists
happy tests.- cron calling the refresh endpoint to update the save requests statuses regularly [1]
container: listing ui only lists, needs to call the refresh endpoint to update the status.[1]
```
$ kubectl get cronjob save-code-now-refresh-visit-status
NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
save-code-now-refresh-visit-status */1 * * * * False 0 60s 6m20s
```
webapp log outputs regularly
```
[webapp] 10.42.0.65 - - [23/Apr/2021:08:56:02 +0000] "GET /api/1/origin/save/refresh/ HTTP/1.1" 200 511 "-" "curl/7.76.1-DEV"
```
(adding a cron in container to ensure the behavior-like of the ui with it)