generated from nextcloud/app-skeleton-python
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Install a fresh Nextcloud Flow installation and go through setup
- Create a "TypeScript (Bun)" script
- Put
//nativeas the first line and deploy it - Try and run your script (this might need to be in a workflow, I haven't had time to fully repro this in a clean environment yet)
Expected behaviour
The script should run
Actual behaviour
The script will be stuck waiting for a worker forever
Server configuration
N/A
Browser
N/A
Additional details
Setting WORKER_TAGS=deno,python3,go,bash,powershell,dependency,flow,other,bun,php,rust,nativets,postgresql,mysql,graphql,snowflake,mssql,bigquery in /etc/environment in the container, then restarting the container, will drain the native queue. This tag list is what you get with the "Reset to all tags" button in the worker configuration screen, described here upstream.
Another solution is to automatically provision native workers.
Kind of disappointing that this really really basic bug slipped though even though Windmill integration was heavily featured at launch and is still being heavily promoted.
reidellawfirm
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working