EVE-University / aa-membertools

Reworked version of hrappsnext resolving hard connection issues to ESI tokens.
GNU General Public License v2.0
0 stars 0 forks source link

Member Audit character updating check sometimes shows improper failure #3

Closed marnvermuldir closed 1 year ago

marnvermuldir commented 1 year ago

Bug Description

If the Celery queue backlog for member audit is long, the MA Character.is_update_status_ok() will often return False. This is due to the sections being checked for update status being considered stale before the hourly update completes.

Steps to Reproduce

N/A

Expected behavior

The character updating check should correctly return true if all the relevant sections have updated within a reasonable time frame. This may require moving away from is_update_status_ok() to an existing alternative if it exists, otherwise directly checking sections from Member Tools.

Screenshots

N/A

Please complete the following information:

Additional context

N/A

marnvermuldir commented 1 year ago

Fixed by 7127ed8066bd50f6ea51200a4f6dc06c3fb908ae