is there a lag time before a revoked token is no l...
# getting-started
b
is there a lag time before a revoked token is no longer valid? i am still able to create a graphobject in python and emit information to GMS after it is revoked. (admittedly, this is older code, but i dont see a fix that addresses revoked tokens)
i
Hey xL, What version of DataHub are you using? Usually the revokation should be immediate but there are rare cases where a race condition can happen (with concurrent requests on the token service and a slow SQL db). In the latter scenario, there is a 5 minute cache that can cause what you saw.
b
my bad, i realised that im testing on 0.8.37, which there is a warning on revocable tokens. will try again on a newer version