Page History
...
For Windows: Open Services in Windows and restart each Web and Executor service
- For Linux: Run the startup script in the Azkaban install location within the bin directory.
Anchor | ||||
---|---|---|---|---|
|
Some releases add improvements to the shipped Azkaban integration scripts, any such changes will be signaled in the release notes.
...
wsl_scheduler_publish
- publishes job metadata to Azkabanwsl_scheduler_lookup
- retrieves the tags of all active Azkaban Executorswsl_scheduler_dashboard
- opens the Azkaban Web Server dashboardwsl_scheduler_profile_maintenance
- script for maintaining the scheduler profile
To upgrade any of these scripts follow this process:
- In RED, open the Azkaban integration script in the script editor such as
wsl_scheduler_publish
under your Host Script objects. - In notepad open the matching script located in the RED installation directory under
<RED install directory>\Administrator\Scripts\wsl_scheduler_publish.ps1
- Copy the contents of the updated script into the RED script editor to overwrite the existing script and save.
...