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 _______________________________________________ kallithea-general mailing list [email protected] http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
