mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
320ba754a4
The `catch` is hinting on `\Exception` [1] which has not `getName`-method. To identify the type of exception, `get_class` can be used. [1] https://www.php.net/manual/de/class.exception.php Co-authored-by: HugoCasa <hugo@casademont.ch>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.