are parallel for loops distributed across multiple worker nodes?
are parallel for loops distributed across multiple worker nodes?
17 Replies
They are queued so yes
sick, really been loving windmill
When adding a S3 resource, the default linked secret is
accessKey
. However, even after selecting secretKey
as the secret, pasting the keys, and saving the resource, the actual resource is saved with the accessKey
as a linked secret not secretKey
. Tested on CE and EE.Will fix, thanks for the report
Issue created: https://github.com/windmill-labs/windmill/issues/2326
GitHub
fix the linked resource when selecting a secret different than the ...
[MESSAGE_ID=1155213800413335664]
Does rich rendering work in tables?
Or rather with a list of things
is this example still up to date? the last build was on may 24 and it failed

@fr3fou it is up to date
running
wmill sync pull
turns this to undefined
for some reason 🤔
@fr3fou did you update CLI in between ?
I just installed it
So how was this pulled in the first place ?
actually might have to do with the github action

I ran
wmill sync pull
and then pushed which triggered the github action which turned it to undefinedYeah the Github action might use an older version
You can just bump the version used in the action
yup, thx