[jira] [Updated] (IGNITE-20840) Introduce Job execution options

2023-11-13 Thread Mikhail Pochatkin (Jira)


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

Mikhail Pochatkin updated IGNITE-20840:
---
Description: 
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).

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


[jira] [Updated] (IGNITE-20840) Introduce Job execution options

2023-11-13 Thread Mikhail Pochatkin (Jira)


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

Mikhail Pochatkin updated IGNITE-20840:
---
Labels: ignite-3  (was: )

> 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
>Priority: Major
>  Labels: ignite-3
>




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