You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2023. It is now read-only.
under heavy load sometimes our webhook is ahead of our the current data in the token api, which would return null for image_url and external_url. this would cascade into discord failures.
potential solutions:
use construct the url ourselves based off the data we have (thumnailLocation, id, contract version)
under heavy load sometimes our webhook is ahead of our the current data in the token api, which would return null for image_url and external_url. this would cascade into discord failures.
potential solutions: