Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Philippe Lapalme 1 post 71 karma points
    Jun 08, 2018 @ 14:45
    Philippe Lapalme
    0

    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

    <scheduledTasks>
        <task log="true" alias="media-file-transfer" interval="300" url="http://hostname/umbraco/api/media/transfer"/>
    </scheduledTasks>
    

    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 :

     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 :)

    Any ideas? Thank you !

  • Rihab 104 posts 387 karma points
    Feb 04, 2020 @ 08:36
    Rihab
    0

    Hi, Did you find a solution to this issue?

  • Victor Vranceanu 2 posts 72 karma points
    Jun 09, 2020 @ 18:58
    Victor Vranceanu
    0

    You need to make sure the URL is accessible and authorization is not required.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies