How the CLI works
I'm testing the CLI but I can't push my script, not sure why... Thanks!
22 Replies
This might be a little bug. Can you point to the yaml file instead
Also you can sync everything at once
Using will sync push
And the .wmillignore
Same error...
Ok I will do a fix
Cool thanks 🙂
On Windmill version
1.99
. I've noticed that sometimes my py script stops for no reason
Is this a known issue? Sometimes the script works, sometimes it stops like thisWhat do you mean exactly by it stops ?
The script fails or it just look like it's hanging but is still running ?
It stops suddenly... Then it goes into timeout
Could it be that something hang in the script logic ?
(for instance meilisearch)
I'll add some try/catch to see!
you could do a print for each request to see where it actually hang
but I doubt it's a windmill issue
fix about to be pushed
1.100.2
you will have to do wmill upgrade
It was an indentation problem! I'll go to my IDE 😄
I'll look tomorrow to update the CLI 🙂 Thanks Ruben
Was the identation issue related to the webeditor ?
Yes on my side
It's ok!
1.100.2 released
Good!
looks like it worked 🙂
It's all good, thanks!
I also had a similar question,
is there a way to fully synchronise my workspace for the first time localy ?
I've used
wmill workspace add myworkspace baseurl
and wmill sync pull
The only file synced is a ressource I've created but not all my scriptsthat should have worked normally, will investigate
did you setup anything in .wmillignore ?
I cannot reproduce easily on my side:
Probably a mistake on my side, i'll try again
I think the error occured because i forgot to add a slash at the end of the workspace url
baseurl.com
instead of
baseurl.com/
it shouldn't matter
as in we normalize those urls
can you reproduce by using baseurl.com ? If yes, I will investigate and fix
I've found that this problem only occurs on Windows, using bash no problem with sync
I've used windows 10 and powershell