ym1198
Which deno version is used by worker ?
Recently the 3rd party api server has updated its min TLS version
I am using axios to call their apis
But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version
SO which deno version is used in worker
@rubenf
7 replies
Getting ExecutionErr for lightweight flows run by schedule
ExecutionErr: error during execution of the script:
process terminated by signal: Some(
9,
), stopped_signal: None, core_dumped: false
I am very sure the flow job step which is giving this error is very simple and just one small api call but it is still failing with above error
5 replies
One particular workspace's schedules page takes too long to load
Earlier it was 3-4 seconds, now upto 10 seconds.
Other workspace's schedule page load as usual 1-2 seconds
but this particular workspace takes too long, I check in chrome network inspector, the api takes too long to finish.
Not sure what is the issue
29 replies
Which rest api to use for re-running a failed flow-run
My usecase is if some flow-run gets failed in production workspace (which i dont have access to) due to 3rd party rate limiting issue.
We want to run that job again by clicking on "Run again"
But since i dont have access to that workspace, i cannot run that again.
And senior have to run that.
Since they are busy, can i run that script by using the unique run-id of that run with rest api ?
If yes, please let me know the rest api for re-running a particular flow.
PS- dont what to run that script but that particular run instance of that script so input remains same
14 replies
Error while saving the flow as a draft: Not authorized: You are not owner of the folder ABC
Getting this error on workspace where I am not an admin but an Author
and in folder where I am writer and not owner.
Same error for script also : Error while saving the script as a draft: Not authorized: You are not owner of the folder ABC
3 replies
Any one-click way to move one particular script/flow to another workspace ?
Any one-click way to move one particular script/flow to another workspace , instead of manually building that flow/script again ?
I understand it is a difficult thing as folder name, path name, variables, etc all have to be moved then
but any workaround ?
@rubenf
3 replies
Why opening a flow & closing it without changing anything, shows unsaved changes in next open.
I created a flow. saved it .closed it
open it again (by edit button). changed nothing
closed.
when opening again, it says "Flow restored from euphemeral auto-save" even though i have not changed anything.
Low priority though.
1 replies
schedule in different workspaces with same name override each other
If i create schedule with name ABC in workspace 1 and schedule with name ABC in workspace 2,
workspace 2 schedule ABC runs perfectly but schedule ABC is not scheduled anymore in workspace 1.
When I again enable for workspace 1, now workspace 2 schedule ABC gets stopped (enabled but does not set new jobs for future)
@rubenf please take a look (seems low priority for most people). For now, i am using different names
17 replies
How to use ffmpeg in windmill ?
Ffmpeg needs to be installed as dependency in ubuntu and another npm lib fluent-ffmpeg , I use to call the command line ffmpeg command (or can directly use ffmpeg command via child-process). But ffmpeg has to be installed on commandline. How to do that in script ?
16 replies
Author role user have access to variables/secrets too of that folder
I am giving a user XYZ access as operator on workspace-level and author of a particular folder. The person is not a developer but a sales team member so he should only be executing the script/flow in that folder.
Currently, the person XYZ can read the script also of that folder (can see the code). I am fine with this.
But the person XYZ can also read the secrets/variables of that folder.
The person XYZ cannot directly see the secrets Variables tab in left-sidebar but if the person goes to url of variables tab, XYZ can see the variables there.
How can i just XYZ access to execute script (fine with read too, for now) but not permission to read the variables.
13 replies