History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TAV-715
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Stian Soiland-Reyes
Reporter: Stian Soiland-Reyes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
myGrid

Avoid Raven/maven dependency for remote execution service

Created: 2008-02-11 10:49   Updated: 2008-02-11 12:03
Component/s: Execute workflows remotely
Affects Version/s: 1.7
Fix Version/s: 1.7.1

Time Tracking:
Not Specified


 Description  « Hide
The remote execution service is currently using Raven, which means that on the first run it can take several minutes before workflow execution starts, due to downloading of Maven artefacts.

In addition, on subsequent startups Raven spends 5-10 seconds scanning various POM-files, which means executing a workflow (since we are currently fork-ing per execution) can take up to 15 seconds even in the simplest helloworld example.

The suggested fix is to use the raven.eclipse system property and depend on the neccessary processors.



 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Stian Soiland-Reyes - 2008-02-11 12:03
Using -Draven.eclipse method.