Atlassian maven repositories consistently throwing 429 errors

For the past 2 days (2023-10-25 to 2023-10-26), the Atlassian repositories for the jira-rest-java-client-core are throwing 429 errors in the evening pacific time.

Does anyone else have this issue? i switched my build.gradle and updated to the latest version (5.2.7) and last night was able to continue the build, however last night the issue was happening again with the maven-public repository.

who is the webmaster for these repositories? i have been browsing all the communities and groups and there is ample docs about what maven repos to use, but no way to contact the sysadmins of those sites when they are down

//no longer works?
//maven { url “Index of maven-atlassian-external/” }

//seems to work
maven { url “Index of maven-public/” }

here is the exception:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':jira:shadowJar'.
> Could not resolve all dependencies for configuration ':jira:runtimeClasspath'.
   > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7.
     Required by:
         project :jira
      > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7.
         > Could not get resource 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'.
            > Could not GET 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'. Received status code 429 from server: Too Many Requests