patod01
is this the way to work with cronjobs or am I misusing the feature?
I just saw the changelog and I'm trying out the new cronjob feature. I didn't know about cronjobs before so if I'm being dumb... I'm sorry xD. Is it ok if I want to run a cronjob like the next one or is there a better optimized way of doing it?
let's say I want to log something every 5 minutes. I made this:
schedule:
0/5 * * * *
docker image: python:3.11-alpine
start command: python -c "print('a')"
I thought it could re-run the service, but it deploys a new one and removes the old one every 5 minutes, so I'm afraid of a possible impact on metrics 21 replies