[ 
https://issues.apache.org/jira/browse/IGNITE-20840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Baranov reassigned IGNITE-20840:
---------------------------------------

    Assignee: Dmitry Baranov

> Introduce Job execution options
> -------------------------------
>
>                 Key: IGNITE-20840
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20840
>             Project: Ignite
>          Issue Type: Improvement
>          Components: compute
>            Reporter: Mikhail Pochatkin
>            Assignee: Dmitry Baranov
>            Priority: Major
>              Labels: ignite-3
>
> Each execute method in *org.apache.ignite.compute.IgniteCompute* should have 
> JobExecutionOptions argument. The structure of options class should be follow 
> {code:java}
> public interface JobExecutionOptions {    
>     long priority();
>     short maxRetries(); 
> }{code}
> Priority is Queue priority (default value 0). Max retries is failure retry 
> counter (default is 0).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to