Here is what's new in this version Fixed bugs: 1. Detached jobs always run asynchronous (synchronous job option is ignored) 2. JAL Script data type conversion handling: string value containing digits and multiple periods or commas is always recognized as a number leading to conversion errors. Starting with this version such values are not converted to numeric data type. IP and similar values are now recognized and treated as strings rather then as numbers 3. JAL script: documentation for DatabaseInsert statement is incorrect making it difficult to guess correct usage for this database operation New enhancements: 1. Added new option for not displaying system tray icons for detached jobs. See Tools/Options menu; Miscellaneous options. 2. 24x7 Scheduler GUI: "Run Now" command now allows running jobs in both "test mode" (foreground run with interactive error messages) and "normal mode" (in normal mode job is submitted to the job queue as if it was time to run it and it runs in the background) 3. Remote jobs can now run detached 4. Detached jobs when fail pass job failure status to the main job engine. This now allows using "Retry On Error" options with detached jobs 5. Jobs can be now paused/resumed and optionally killed (this includes all types of jobs even script and db type jobs that run as internal threads) 6. Job Queue Monitor can now display background asynchronous jobs. Asynchronous jobs are displayed in the Queue Monitor as jobs running in virtual [background] queue (select [background] item from the "queue name" drop-down list) 7. A number of other minor enhancements for improved user experience.
|