PerfectFit-project / virtual-coach-issues

Central issues-only repository for tracking all issues for the PerfectFit Virtual Coach System.
2 stars 1 forks source link

Niceday API and broker token expires #348

Closed wbaccinelli closed 1 year ago

wbaccinelli commented 1 year ago

The token of the niceday_api and the broker is generated only at the beginning, but it expires after 10 hours. The calls run through the API (triggers from celery and images upload) will fail as a consequence. We must either regenerate the token every 10h, or check the expiration and regenerate it in the calls.

wbaccinelli commented 1 year ago

Error code 500