Weird error in flow lockfile generation
We're getting this weird error when trying to run
wmill flow generate-locks
:
When I open the Windmill UI and look at the Deps runs to try and learn more, it doesn't even load the task. Instead, the devtools console just fills up with ApiError: Internal Server Error
and a bunch of 500 status codes from /api/w/mandel/jobs_u/get/<job_id>?no_logs=true
with the same exact error.
Running v1.479.3 all around (instance and CLI)1 Reply
Deploying from the UI results in the same error as well, so it does not appear to be CLI-related
OK, I figured it out, it is related to
retry.exponential.multiplier
I had it to set to 1.5, the UI never complained, so I always assumed it's valid?