Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Any way to flush the write behind queue after x store fails?

962259Jul 24 2019 — edited Aug 8 2019

We would like to benefit from the requeue mechaninsm of the write behind cache store but with a retry limit.

Our use case is the following:

Our write behind cache store sends REST calls to a downstream system but it can become unavailable from time to time.

If we receive batch updates/inserts to the write behind cache, the queue gets flooded if the REST service is unresponsive.

We would like to  retry the REST calls maximum three times then abort, how to remove an entry from the write behind queue after it has been requeued?

We also noticed that stores are retried every minute, is there a way to control this through a parameter?

Tks

This post has been answered by User734229-Oracle on Jul 29 2019
Jump to Answer

Comments

Processing

Post Details

Added on Jul 24 2019
8 comments
395 views