WandbLoggerCallback triggered Rate limit

I am using Wandb with Ray Tune, via WandbLoggerCallback method. Because it was running on a HPC and multiple projects were streaming logs to wandb, it triggered the rate limit, and now I can not even log in to my dashboard and see earlier results. My latest run has stopped and the dashboard is still not available. What can I do in these situations? Is there a way to control the sync rate with the WandbLoggerCallback method? Can I increase the rate limit or somehow apply wandb to a project running in 10-100 parallel versions at the same time?