https://MetPX.github.io/sarracenia

51 stars 22 forks 51 watchers Python GNU General Public License v2.0
copy-files hpc-applications meteorological-data real-time replication-files
2 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue Sugar

https://MetPX.github.io/sarracenia

Python
#copy-files#hpc-applications#meteorological-data#real-time#replication-files

AI Summary: Implement a new feature in the Sarracenia data distribution system to limit the maximum number of retries for message delivery. This involves modifying the existing retry mechanism to use a retry counter instead of a boolean flag, adding a configurable `retryCountLimit`, and ensuring that the limit interacts correctly with the existing `retry_ttl` and `attempts` parameters. The retry counter should track the number of retry attempts made for each message.

Complexity: 4/5
enhancement good first issue

https://MetPX.github.io/sarracenia

Python
#copy-files#hpc-applications#meteorological-data#real-time#replication-files