cantaloupe-project / cantaloupe

High-performance dynamic image server in Java
https://cantaloupe-project.github.io/
Other
270 stars 111 forks source link

Adding 5 retries for purge #699

Closed glenrobson closed 2 months ago

glenrobson commented 2 months ago

Not a very sophisticated fix but it looks like the purge doesn't have a back door to check when the process has finished. This change introduces 5 retries before failling.

Closes #678