I have several scheduled tasks, those scheduled at nighttime seems to be executed at specified times. Those scheduled at daytime does not. If we execute them manually they work fine.
We have added extra logging to when they start and duration. But that is never written to the log files when running manually. The tasks register correctly:
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 20:00:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.PriceImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 06:30:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.ProductImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 09:30:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.ProductImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 12:30:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.ProductImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 15:30:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.ProductImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 18:30:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.ProductImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 04:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.CustomerImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 02:00:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.CampaignImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 04:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.StockImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 06:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 06:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 07:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 07:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 08:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 08:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 09:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 09:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 10:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 10:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 11:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 11:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 12:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 12:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 13:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 13:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 14:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 14:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 15:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 15:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 16:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 16:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 17:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 17:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 18:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 18:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 19:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 19:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 20:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 20:45:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 21:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.MediaImport, Project.Integration.Implementation
2018-08-29 08:50:33.0372 [INFO ] [] Litium.Foundation.GUI.FoundationApplicationSetup - Register scheduled task to start 2018-08-29 22:15:00 with interval 1.00:00:00. Type: Project.Integration.Implementation.Import.DeliveryDaysCalendarImport, Project.Integration.Implementation
Any more ideas how to debug this?
allowOn: “computer:sitename,computer:sitename” - optional. Wildcards (*) can be used for both “computer:sitename” to match all.
What is default for this property?
Litium version: 6