<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:27:53 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-713] Add wait-for-tron and wait-for-actor scripts</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-713</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;In order for &lt;tt&gt;ics_launch&lt;/tt&gt; to be useful for a full system boot, various actors will need to wait for the tron hub to come up. Wrap that.&lt;/p&gt;

&lt;p&gt;And in a few cases (and actually just for convenience), it will be useful to wait until some actor is running before launching something.&lt;/p&gt;

&lt;p&gt;Both cases can I think be handled with minor adaptations of &lt;tt&gt;oneCmd.py hub actors&lt;/tt&gt;. That, unfortunately, depends on &lt;tt&gt;tron_actorcore&lt;/tt&gt;, so purity will have to be set aside.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13673">INSTRM-713</key>
            <summary>Add wait-for-tron and wait-for-actor scripts</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="1" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="cloomis">cloomis</assignee>
                                    <reporter username="cloomis">cloomis</reporter>
                        <labels>
                            <label>SPS</label>
                            <label>Subaru</label>
                    </labels>
                <created>Wed, 17 Jul 2019 14:34:45 +0000</created>
                <updated>Tue, 6 Jul 2021 12:27:56 +0000</updated>
                                                                            <component>ics_launch</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="16409" author="cloomis" created="Mon, 18 Nov 2019 20:18:24 +0000"  >&lt;p&gt;And maybe a &lt;tt&gt;waitForDatabase&lt;/tt&gt; before we start the archiver or even tron. Am a little worried about that: yes, the archiver database is important, but its absence should not stop MHS (operations!) from starting after some big mess.&lt;/p&gt;</comment>
                            <comment id="21650" author="cloomis" created="Tue, 6 Jul 2021 12:27:56 +0000"  >&lt;p&gt;Bump.  The connection to tron itself is not controlled by the time limit, grr, but something based on the following should work:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;alive=0
while [ ! $alive ]; do
   nc -z mhs-ics 9877
   alive=$?
done

running=0
while [ ! $running ]; do
   oneCmd.py --timeLim=5 hub actors
   running=$?
done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zy0008:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>