derrickqin / trello-plugin-all-in-one

Trello plugin all-in-one: Card age, number, count and lable name
MIT License
6 stars 2 forks source link

Card age is not showing on all lists even after refresh (tested on Brave) #1

Closed Mauro-Oliveira closed 10 months ago

Mauro-Oliveira commented 4 years ago

image

Mauro-Oliveira commented 4 years ago

by the way, It will eventually show the age after several refreshes and Ctrl+F5 appears to force the age to be displayed.

derrickqin commented 3 years ago

Hey @Mauro-Oliveira, thanks for reporting this issue.

I also experienced the same issue lately. Looks like Trello has restricted the number of concurrent API calls. For small Trello board, this extension works okay, but for the Trello boards which have many cards (>20), some of the calls will fail. This results on the card aging feature not working.

I'm currently working on a fix to delay or batch the calls. In the meantime, I recommend you to move/archive your done cards to keep your board small.

I'll update again once I have a proper fix.

Thanks! Derrick

derrickqin commented 10 months ago

@Mauro-Oliveira Not sure if you are still using this extension but I released a version that should fix this issue because it will check if aging label is added. If not, it will do it again. Thanks!