It was working in PROD 2 weeks ago. The scheduled task is working in our PREPROD and QA environment as well. But in PROD it just stops working, out of nowhere.
I do have in the logs the following response :
2018-06-08 00:11:47,354 [P3048/D2/T38] INFO Umbraco.Web.Scheduling.ScheduledTasks - media-file-transfer has been called with response: False
2018-06-08 00:16:50,206 [P3048/D2/T36] INFO Umbraco.Web.Scheduling.ScheduledTasks - media-file-transfer has been called with response: False
2018-06-08 00:21:53,072 [P3048/D2/T41] INFO Umbraco.Web.Scheduling.ScheduledTasks - media-file-transfer has been called with response: False
Since it was working, still working on other environment and after investigation by our team, we figured out that this community would have some answers, hopefully :)
Umbraco.Web.Scheduling.ScheduledTasks has been called with response: False
Hi,
I'm using Umbraco 7.6.5 (our plan to upgrade during the summer).
We have issue regarding a scheduledTask umbracoSettings.config
We are using a UmbracoApiController.
It was working in PROD 2 weeks ago. The scheduled task is working in our PREPROD and QA environment as well. But in PROD it just stops working, out of nowhere.
I do have in the logs the following response :
Since it was working, still working on other environment and after investigation by our team, we figured out that this community would have some answers, hopefully :)
Any ideas? Thank you !
Hi, Did you find a solution to this issue?
You need to make sure the URL is accessible and authorization is not required.
is working on a reply...