Running rcextension hooks in Background
Robert Rauch
robert.rauch at gns-systems.de
Fri Dec 18 14:07:38 UTC 2015
Hi,
We have some rcextension Hooks in our Kallithea instance triggering e.g.
Jenkins and so on. However, these Hooks slow down the actual Push
actions, so it would be nice to run them asynchronously. So my question
is, how this should be implemented? Can we simply run our tasks with
`threading.Thread(target=...).start()`? (Bear with me that I am not a
programmer at all)
Regards, Robert
More information about the kallithea-general
mailing list