Skip to content

Task prematurely aborting #439

@Michael-Downton

Description

@Michael-Downton

I'm running a large dependency tree of tasks, and one task halfway through the tree is regularly aborting to a timeout.

On investigation:

line 298 of task.js: if (now - this.startTime > jake._taskTimeout).

The this.startTime is null.

Would I be able to merge a fix where if it is null at this point we instead set it to now?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions