CSCfi / rems

Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets.
MIT License
51 stars 21 forks source link

Make (event notification) poller retry configurable #3266

Open Macroz opened 3 months ago

Macroz commented 3 months ago

Event notifications are currently sent for 1 day with exponential backoff (starting at 10s, ending at 12 hours).

We could allow configuring how long this happens, even forever.

Let's make this configurable for all pollers at the same time.