I've created very small patch that let us configure which methods should be called in async mode when using 'func' command line tool. List of methods can be configured in /etc/func/async_methods.conf file, which looks like this by default: [main] force_async = command.run, yumcmd.update, virt.install So now if you call one of this three methods, it will be called in async mode with polling. It wont timeout but you also wont see the difference in how it's called and how it returns. The patch can be found at: http://github.com/kadamski/func/commit/a5929a01854dd53828e10008b68763c3959632ec Any comments? _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list