This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devdays:t3dd24 [2024/08/03 08:07] – admin | devdays:t3dd24 [2024/08/03 09:49] (current) – admin | ||
|---|---|---|---|
| Line 79: | Line 79: | ||
| </ul> | </ul> | ||
| </ | </ | ||
| - | |||
| **Configure worker mode:** | **Configure worker mode:** | ||
| Line 94: | Line 93: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | {{ : | ||
| ====== Early Hints 103 ====== | ====== Early Hints 103 ====== | ||
| Line 108: | Line 109: | ||
| </ | </ | ||
| - | ====== Real-Time | + | ====== Real-Time |
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | ====== MercureHub config | ||
| < | < | ||
| Line 216: | Line 222: | ||
| ... | ... | ||
| </ | </ | ||
| + | |||
| + | ====== Prometheus Server ====== | ||
| + | |||
| + | Scrape the metrics provided by FrankenPHP: | ||
| + | |||
| + | |||
| + | prometheus.yml: | ||
| + | <code yml> | ||
| + | scrape_configs: | ||
| + | - job_name: ' | ||
| + | metrics_path: | ||
| + | static_configs: | ||
| + | - targets: [ " | ||
| + | </ | ||
| + | |||
| ====== Graceful Reload ====== | ====== Graceful Reload ====== | ||
| Line 283: | Line 304: | ||
| <ul> | <ul> | ||
| < | < | ||
| - | < | ||
| < | < | ||
| + | < | ||
| </ul> | </ul> | ||
| </ | </ | ||
| - | ====== | + | **Feature idea:** |
| + | |||
| + | Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/ | ||
| + | |||
| + | |||
| + | ====== | ||
| + | |||
| + | Join the Chat | ||
| + | |||
| + | {{ : | ||
| Demo: https:// | Demo: https:// | ||
| Code: https:// | Code: https:// | ||
| + | |||
| + | Docs: https:// | ||