WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Counters 'URLs' and '% Failed' on the queue page were not being updated #7

Closed hannakoppelaar closed 4 years ago

hannakoppelaar commented 4 years ago

This was due to the inappropriate use of the 'transient' keyword on the underlying variables.

obrienben commented 4 years ago

@hannakoppelaar is there a way to reproduce this issue? Or was it more intermittent?

hannakoppelaar commented 4 years ago

@obrienben This happens for every running target instance on the queue page.

obrienben commented 4 years ago

I couldn't reproduce. But regardless, I don't see any harm in removing the transient keyword if it fixes an issue you're getting.