-
There should be a periodic (daily? hourly?) job that updates the ratings database with the latest results.
-
- [ ] Implement backup procedures
- [ ] Database
- [ ] Repositories
- [x] Request share
- [ ] Install cronjobs
-
Split this out from the server, with own docker and helm files, but on top of that let's see if the jobs can be run as k8s Jobs or CronJobs. I'm not entirely familiar with the logic in this service, b…
-
### TL;DR
When deploying only cron jobs with `gcloud app deploy api/cron.yaml --promote` the action fails after the cronjobs are deployed.
### Expected behavior
The action doesn't fail when success…
-
### Describe the Bug
Nothing happens at the supposed cron execution time
### Steps to reproduce
Here is my `~/.config/git-sync/config.yaml`:
```
username: m-danya
token:
include_forks: false…
-
**Is your feature request related to a problem? Please describe.**
We have daily nightly test runs configured as CronJobs. I noticed that due to a downsize being triggered by our autoscaler, it kille…
-
### Current Vector Version
```
0.16.1
```
### Use-cases
Kubernetes contain a lot of useful information in object metadata. But sometimes pod stays in the end of the chain of other objects. …
-
Hey! Thanks for this awesome container, great work.
This might be a very simple question, but my container is failing (changing status to unhealthy and not making backups).
I can access and backup…
-
**Describe the solution you'd like**
Currently, when you choose to sync to Kubernetes secrets, pulling secrets/certs/keys from Key vault always happen on pod creation and you also need to mount Sec…
-
Example test to reproduce
```typescript
describe('Mulitple Cron', () => {
it('run cronjobs', async () => {
let done1 = false
let done2 = false
new Elysia().use(
…