-
Joined on
2025年01月26日
Verified, the "Clean up expired packages" cron task runs successfully in v15.0.3, both at startup and when triggered manually. Thanks!
@mfenniak wrote in forgejo/forgejo#12645 (comment):
Strangely, if I do a go mod vendor and search for "bad connection", the only non-comment match I find is in the mysql driver. ...
I have the same issue, cleaning up debian packages. I'm running in kubernetes with a postgresql database. I see this on startup:
Thanks for giving it a try, it's great to hear it worked!
Oh, once jobs can be variably sized/placed, there's another minor issue: the runner can't know ahead of time how many jobs will fit. The runner.capacity setting is a single number, it's not...
@tim-krehan, thanks for your interest. Things haven't changed much since that last update, I've only fixed a couple minor things.
All right. This is a big pile of hacks, but it seems to run simple things natively in k8s, both directly with "runner exec", and through "runner...
I've been messing with this for a bit, though it's nowhere near working yet. Here's a quick update:
- the current runner interfaces don't seem to lend themselves to the "pod with a bunch of...
Sounds great, thanks. I'll take a look.
I spent a few days and threw together a proof of concept. It's a dumb tool that takes a "workflow.yaml" filename on the command line, and...