Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CCEC8200D09 for ; Tue, 12 Sep 2017 18:38:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB9E91609C7; Tue, 12 Sep 2017 16:38:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 146EB1609B4 for ; Tue, 12 Sep 2017 18:38:18 +0200 (CEST) Received: (qmail 93056 invoked by uid 500); 12 Sep 2017 16:38:17 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 93039 invoked by uid 99); 12 Sep 2017 16:38:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2017 16:38:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE42CF5724; Tue, 12 Sep 2017 16:38:16 +0000 (UTC) From: ahgittin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #816: [WIP] Tasks code improvements Content-Type: text/plain Message-Id: <20170912163816.AE42CF5724@git1-us-west.apache.org> Date: Tue, 12 Sep 2017 16:38:16 +0000 (UTC) archived-at: Tue, 12 Sep 2017 16:38:20 -0000 Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-server/pull/816 Added `ScheduledTask.builder()` so this is ready for review. Useful to have this soon as I'm using it as described about. Suggest holding off on merge however until after 0.12.0 is branched, just in case it changes any task semantics. ---