[
https://issues.apache.org/jira/browse/QUARKS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222076#comment-15222076
]
ASF GitHub Bot commented on QUARKS-66:
--------------------------------------
Github user ddebrunner commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/59#discussion_r58244003
--- Diff:
api/topology/src/main/java/quarks/topology/services/ApplicationService.java ---
@@ -63,4 +65,11 @@ Licensed to the Apache Software Foundation (ASF) under
one
* @see ApplicationServiceMXBean
*/
void registerTopology(String applicationName, BiConsumer<Topology,
JsonObject> builder);
+
--- End diff --
I'm solving a concrete use case, where the device has a number of
pre-installed applications but not all are running. Remotely an application can
be enabled, for example when a customer pays for a specific feature/service,
the device provider turns on that application and presumably events from the
device start flowing back to a central system to provide the service to the
customer.
If there are other use cases that need to be supported additional
functionality can be added, maybe the discussion could move out of this pull
request.
> Job monitoring application which restarts failed jobs
> -----------------------------------------------------
>
> Key: QUARKS-66
> URL: https://issues.apache.org/jira/browse/QUARKS-66
> Project: Quarks
> Issue Type: Task
> Reporter: Victor Dogaru
> Assignee: Victor Dogaru
> Labels: failure-recovery
>
> An application which filters job events indicating jobs which closed with an
> unhealthy state and resubmits applications associated with those jobs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)