3.2.1 (2016-02-06)

  • Fixed a server exception OverflowError:intexceedsXML-RPClimits thatmade supervisorctlstatus unusable if the system time was far into thefuture. The XML-RPC API returns timestamps as XML-RPC integers, buttimestamps will exceed the maximum value of an XML-RPC integer in January2038 (“Year 2038 Problem”). For now, timestamps exceeding the maximuminteger will be capped at the maximum to avoid the exception and retaincompatibility with existing API clients. In a future version of the API,the return type for timestamps will be changed.