variables not updating

my workers variables seem to be cached, how can I force them to reset? I have a variable which I just changed (it's an auth header value) the old one is still working but the new one is returning 401 (by my own code, meaning it's still comparing with the old variable)
2 Replies
Chaika
Chaika4mo ago
welz
welz4mo ago
ahhh must be related, thanks I just spent the last hour hair pulling trying to see what I did wrong