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

Yuriy Semchyshyn updated CASSSIDECAR-217:
-----------------------------------------
    Summary: Implement Task-Level Retries for Schema Reporting  (was: Add 
Support for Retry Logic in Periodic Tasks)

> Implement Task-Level Retries for Schema Reporting
> -------------------------------------------------
>
>                 Key: CASSSIDECAR-217
>                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-217
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Improvement
>            Reporter: Yuriy Semchyshyn
>            Assignee: Yuriy Semchyshyn
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the {{PeriodicTask}} interface contains method called 
> {{scheduleDecision()}}. That method is called immediately before each 
> execution of a task. The returned value of the {{ScheduleDecision}} enum can 
> cause the execution to be skipped.
> Similarly, a new method called {{retryDecision(...)}} shall be introduced 
> into the {{PeriodicTask}} interface. This new method shall be called 
> immediately after a task execution failure. The returned value of the 
> {{RetryDecision}} enum can cause the execution to be retried.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to