milenkovicm opened a new issue, #1696: URL: https://github.com/apache/datafusion-ballista/issues/1696
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The REST API only displays completed jobs, not those currently running. It would be helpful to have a view of jobs in progress. **Describe the solution you'd like** **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** run a long running job and then in parallel run ``` curl http://localhost:50050/api/jobs ``` it will not show new job until job funishes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
