Skip to content

Use SyncServiceTokenWorker to refresh ServiceAcessToken

Nikola Milojevic requested to merge add-sync-service-token-cronjob-part3 into master

What does this MR do and why?

In !136078 (merged) we introduced SyncServiceTokenWorker and use_sync_service_token_worker feature flag.

In this Mr, we are using use_sync_service_token_worker to switch between using SyncServiceTokenWorkerand SyncSeatLinkWorker

Also, if ff is enabled, we will not store the ServiceAccessToken within SyncSeatLinkRequestWorker. The token is still sent there only for backward compatibility reasons

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nikola Milojevic

Merge request reports