claude[bot]
4f993c82b5
feat: implement SSE for job updates polling (#6174)
* feat: implement SSE for job updates polling
- Add /getupdate_sse/:id endpoint for real-time job updates via Server-Sent Events
- SSE streams job status, logs, progress, and flow status updates
- Auto-stops streaming when job completes
- Frontend uses EventSource with graceful fallback to polling on errors
- Reduces server load and improves real-time responsiveness
- Update OpenAPI spec with new SSE endpoint definition
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>
* all
* all
* v1
* rename test job loader
* iter2
* nit
* all
* all
* improve
* upgrade
* try catch assets json parse
* only display loader of custom component if custom component is rendered
* Fix required properties (#6221)
* whitelabelling nits
* remove fdsfs (#6222)
* add refresh on worker tag select
* whitelabel nits
* merge
* merge
* done
* nit fix
* all
* app db
* all
* all
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Co-authored-by: Tammo Ippen <tammo.ippen@posteo.de>
Co-authored-by: Diego Imbert <70353967+diegoimbert@users.noreply.github.com>
2025-07-18 22:48:51 +00:00
..
2025-06-03 18:41:14 +02:00
2025-05-25 14:03:38 +02:00
2025-07-10 08:49:56 +00:00
2025-05-25 14:03:38 +02:00
2025-07-17 22:14:09 +00:00
2025-07-10 08:49:56 +00:00
2024-06-14 13:07:35 +02:00
2025-05-25 14:03:38 +02:00
2025-07-10 08:49:56 +00:00
2025-07-11 18:55:23 +02:00
2025-07-11 09:56:53 +00:00
2025-05-24 02:13:47 +02:00
2025-07-08 06:52:44 +00:00
2025-07-01 15:45:04 +02:00
2025-07-18 22:48:51 +00:00
2025-05-25 14:03:38 +02:00
2025-06-02 22:12:33 +02:00
2025-06-02 22:12:33 +02:00
2025-05-25 14:03:38 +02:00
2025-06-03 18:41:14 +02:00
2025-05-25 14:03:38 +02:00
2025-05-27 15:52:57 +02:00
2025-05-25 14:03:38 +02:00
2025-05-25 14:03:38 +02:00
2025-06-02 22:12:33 +02:00
2025-05-27 15:52:57 +02:00
2025-05-25 14:03:38 +02:00
2025-07-11 18:55:23 +02:00
2025-07-18 15:43:20 +00:00
2025-07-15 15:32:26 +00:00
2024-07-29 21:13:02 +02:00
2025-06-07 03:35:54 +02:00
2025-03-24 20:12:26 +01:00
2025-03-19 19:41:10 +01:00
2025-05-25 14:03:38 +02:00
2025-05-27 15:52:57 +02:00
2025-07-16 10:28:28 +00:00
2025-07-17 22:15:01 +00:00
2025-06-03 18:41:14 +02:00
2025-07-18 09:05:49 +00:00