Ticket #776 (closed defect: fixed)
XMLRPC connections opened too early
| Reported by: | nrueff | Owned by: | nrueff |
|---|---|---|---|
| Priority: | Highest | Milestone: | 1.2.5 |
| Component: | pulse2-scheduler | Version: | 1.2.3 |
| Severity: | Major | Keywords: | |
| Cc: |
Description
When the scheduler loops on commands gathered during the "START" phase, it create deffered bounded to just-opened XMLRPC sockets; but as
- a XMLRPC socket timeout is 30 seconds,
- deffered are not taken in account until the loop is finished,
if the loop takes more than 30 secondes some XMLRPC sockets may timeout without even having been used.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

