Windmill

W

Windmill

Join the community to ask questions about Windmill and get answers from other members.

Join

help

general

changelog

How can I delete all workers?

We have a number of workers in a vacuum!

Scheduled Cron Jobs for Flows/Tasks to run every penultimate day of the month

Hi everyone, is there a way for windmill to run a scheduled task every penultimate day of the month? I think the cron logic does not support such a requirenment. Am I right there? Is there a nicer way to do this in a single scheduled object? I appreciate your help! ...

Passing workspace variable as items in Select input

hi! I have a py script that returns results that is connected to a Select > Items. However, I can't seem to display the items stored in variable via dropdown. Is there a specific way to store the variable so it picks up by Select? I have the items stored as a json like so. [{"value":"aaa","label":"aaa"},...

Sentry SDK

It's possible to monitor our scripts/logs with Sentry?

Is there any endpoint to check for health of windmill overall ?

Main need is of overall application and per worker health check url will be very nice if possible...

App bricked after partially building it out

Hello, we're trying out windmill for the first time. One of my partners was building out a dashboard app and the entire web page became completely unresponsive. It's hard to say for sure what was done right before the freeze, but it looks like it was around the time they started connecting data to components. It appears that the task execution never finishes, and there is an unhandled promise rejection error in the console. Also, this breaks the entire UI. I need to go to the main windmill page manually, the home button no longer works. The app is currently saved as a draft and therefore only happens in the app's editor. We're trying to make a new app...

Forgot superadmin password

Any way to recover superadmin password ? @rubenf please help...

Batch clean Jobs ?

Is there maybe a way to clean all the last logged jobs I've created a very inefficient flow leading to thousands of jobs all taking more than 27 go of storage...

Which docker volumes needs to be backed up

We want to backup db_data volume. Do we have to backup worker_dependency_cache volume too ?...

Can Windmill flow have inputs as in `query` params instead of `body` ?

Currently the inputs to flows are sent in body of webhook of flow, can we send it in query

windmill-documentation-bot

I see you have gotton a windmill-documentation-bot, seems like a very nice idea. Can you share something about how it is setup, would like something similar myself 🙂

Is it possible to build a chat app in Windmill? Not React/Vue.

I think there are two difficulties. 1. Listen to the real-time change from the DB on the web page. Windmill is not supported in native. It needs another daemon component. 2. The business logic will inject the component. The components need to be highly customized. More flexible. ...

Community support tier

Could there be a level of community financial support? I'm a great believer in the tool and its open source potential in so many areas, but I mainly use it on a personal basis or for small projects. I'd like to help finance it even though I can self-host it myself, I'd be happy to put money down monthly for this tool. I can't afford a hundred euros a month, but I'd be happy to contribute between 15 and 30 euros if it would encourage and perhaps perpetuate this strong desire for open source :)...

`.wmill` needs to be committed in git or not ?

Do we have to commit .wmill folder in git repo or only the f/, u/, etc directories ?

Shared logic import in deno gives lsp error , though it actually works

Very minor issue, I am okay even if it is not fixed. But just thought to share. I can import common logic (function/variables/etc) from other scripts When I do console.log it actually prints that value, so it is working...