-
- Downloads
Revert "cleanly call Stream.set_state during shutdown"
This reverts commit 635d875d. This commit causes the pipeline to hang during the shutdown process, and also has inconsistent white space.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 29 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. We will be switching the authentication mechanism to use the system that we will be using with the new instance, it will still be utilizing the Federation Proxy but the underlying communication method will be changing. From the user perspective this should be the same as it currently is and you should not notice any differences. However there may be issues that we have not anticipated nor encountered during testing. If you have any comments, questions, or concerns please add them to the helpdesk. In addition we will also be installing the latest security update.
This reverts commit 635d875d. This commit causes the pipeline to hang during the shutdown process, and also has inconsistent white space.
Just reporting on an issue I've found about this: not sure what the solution would be.
On a test run I'm doing, this commit throws an AttributeError
: apparently get_state
is not an attribute of stream. Executing the previous code goes smoothly.