Naillik
wmill sync push error
Hi, I'm hitting some cryptic errors trying to promote changes made on a
staging
workspace to a production
workspace.
I've noticed two problems when I try to push changes that are deployed and functioning on my staging
workspace to production
:
1. When I run wmill sync push --raw <skip-opts> --include-schedules
, it fails with this error:
This is despite the fact that a script f/my_folder/x_reminder
exists on my local.
2. When I run wmill sync push --raw <skip-opts>
, it fails with an error that tells me very little as to what went wrong:
Here's where the error's coming from: https://deno.land/x/wmill@v1.242.0/script.ts?source=#L247
This error doesn't really tell me anything. Is windmill verifying a referenced <resource/script/variable> exists and preventing pushes if not? If so, which one? Why?
Thanks for any help.1 replies
Background Runnable not triggering on App start
Hi, I have an App that loads the data it needs using a few background runnables that are configured to trigger on App start / refresh & input changes.
However, none of these scripts are running when the app is loaded — I need to manually click the app refresh button to run them for the first time. When I do, they all run as expected without issue.
I found this related thread (https://discord.com/channels/930051556043276338/1169575765063520326/1186334618681614396) but it seems that no cause was discovered.
Any ideas as to what could be causing this?
22 replies