Roundup Tracker - Issues

Message7063

Author schlatterbeck
Recipients rouilj, schlatterbeck, tttech-klonner
Date 2021-02-03.13:44:26
Message-id <1612359866.44.0.188602930718.issue2551112@roundup.psfhosted.org>
In-reply-to
I do not think there are any unwanted side-effects, the get_tracker method is called for each request to the tracker and returns an initialized tracker object which is discarded after the request.

In the first call in __init__ there is no request but that's fine.

The noteable side-effect of that call is pulling in all the imports *and* initializing all the detectors and actions. Which in the timetracker case is more than a second that is *not* seen by the first real request.
History
Date User Action Args
2021-02-03 13:44:26schlatterbecksetmessageid: <1612359866.44.0.188602930718.issue2551112@roundup.psfhosted.org>
2021-02-03 13:44:26schlatterbecksetrecipients: + schlatterbeck, rouilj, tttech-klonner
2021-02-03 13:44:26schlatterbecklinkissue2551112 messages
2021-02-03 13:44:26schlatterbeckcreate