6 posts tagged with "Workers"
View All Tags
Windmill now includes an interactive SSH-like REPL console for each worker, allowing you to run bash commands on the machine where the worker is hosted. This enables seamless on-the-fly debugging, filesystem exploration, and command execution directly from the UI.
New features
- Open a bash REPL session per worker.
- Execute and interact with commands in real time through a terminal UI.
- Supports working directory navigation (`cd`) and multi-command scripts.
- Live job output rendered using a full-featured xterm.js-based interface.
- Cancel running commands (jobs) with keyboard interrupts or UI controls.
- View and inspect code pending executions.
- Auto-handling of common terminal behaviors (input prompt, history).
Agent Workers were completely re-designed from scratch to use HTTP only instead of requiring access to the database. They are much simpler to setup and much more secure and performant at scale and for remote envs.
New features
- HTTP Agent Workers

Windmill supports custom HTTP routes to trigger a script or flow.
New features
- Trigger a script or flow via a custom HTTP route.
- Use a preprocessor to transform the request before it is passed to the runnable.

Get a notification everytime on critical events such as when a job is re-run after a crash.
New features
- Get email or Slack notifications for critical events such as everytime a job is re-run after a crash.
- You can set an alert to receive notification via Email or Slack when the number of running workers in a group falls below a given number.

See the logs of any workers or any servers in the service logs of the search modal.
New features
- View logs from workers, servers, and indexers directly in the service logs section.
- Monitor logs in real-time with a 1-minute latency.
- Visualize logs and errors with dedicated graphs for log count and error count.

You can visualize metrics for Delayed jobs per tag and Queue delay per tag.
New features
- Metrics for Delayed jobs per tag
- Metrics for Queue delay per tag