IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 494 forks source link

concurrency setting for beta deployment #11037

Open donsizemore opened 2 days ago

donsizemore commented 2 days ago

Payara 6 autodeploys asynchronously on service launch, and recent versions seem to allow multiple copies to launch simultaneously on beta.dataverse.org, causing service outages.

It looks like we can set a concurrency of 1 for this (and other?) actions: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs

Pull request forthcoming.