You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2016/08/31 09:06:20 UTC

[jira] [Commented] (BATCHEE-90) On the Apache JBatch GUI main screen it would be nice to see the status of all the batches

    [ https://issues.apache.org/jira/browse/BATCHEE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451659#comment-15451659 ] 

Mark Struberg commented on BATCHEE-90:
--------------------------------------

I propose a new method in our BatchThreadPoolService:

{code}
    /**
     * @return List of jobExecutionIds which are currently running via this BatchThreadPoolService
     */
    List<Integer> currentlyExecutingJobs();
{code}

> On the Apache JBatch GUI main screen it would be nice to see the status of all the batches
> ------------------------------------------------------------------------------------------
>
>                 Key: BATCHEE-90
>                 URL: https://issues.apache.org/jira/browse/BATCHEE-90
>             Project: BatchEE
>          Issue Type: Wish
>            Reporter: Ákos Kozák
>              Labels: gui
>         Attachments: gui_one_batch_is_running.png
>
>
> Normally you can get the status of one Batch instance on the instances page. This is good, but if you open up the GUI main screen, you cannot decide whether one Batch is running or not. You need to open up all instances page for every batch and check. 
> This is critical, if you running a not restart-able Batch job, or any kind of, and you want to stop the application.
> It should be some kind of monitoring like an icon, URL or a text on the start page (see attach).
> Or it would be maybe also useful to have a link with the running instances. Then if interested, you just click on the link, and you get your information. Maybe the loading of the main page will be then not slower because the background status checks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)