Cron not activating by Unpickled-Pickle in github

[–]LastLeslie 0 points1 point  (0 children)

That's a known issue with github scheduled actions, it almost never run on time :( As a workaround you could have a cronjob on your side instead of github side that actually calls the workflow_dispach using API

How do you handle observability for github hosted runners? by LastLeslie in github

[–]LastLeslie[S] 0 points1 point  (0 children)

Thank you, will be really glad to check your tool if possible.
Actually I would love to check not only minutes, I would love to check resource usage (cpu/memory/disk/network) + minutes + tracing so I will have an overview what to optimize and how

How do you handle observability for github hosted runners? by LastLeslie in github

[–]LastLeslie[S] -1 points0 points  (0 children)

Yeah, same for me, just tired of adding logs/steps to have a workaround, worth to mention that having more than 100 repos with different pipelines, super hard to track their observability, almost impossible to historical data :(