User Tools

Site Tools


devdays:t3dd24

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devdays:t3dd24 [2024/08/03 08:12] admindevdays:t3dd24 [2024/08/03 09:49] (current) admin
Line 109: Line 109:
 </code> </code>
  
-====== Real-Time using MercureHub ======+====== Real-Time MercureHub ====== 
 + 
 +{{ :devdays:mercure-hub.png?1200 |}} 
 + 
 + 
 +====== MercureHub config ======
  
 <html> <html>
Line 217: Line 222:
 ... ...
 </code> </code>
 +
 +====== Prometheus Server ======
 +
 +Scrape the metrics provided by FrankenPHP:
 +
 +
 +prometheus.yml:
 +<code yml>
 +scrape_configs:
 +  - job_name: 'franky'
 +    metrics_path: '/metrics'
 +    static_configs:
 +      - targets: [ "localhost:2019" ]
 +</code>
 +
  
 ====== Graceful Reload ====== ====== Graceful Reload ======
Line 284: Line 304:
 <ul> <ul>
 <li>MercureHub</li> <li>MercureHub</li>
-<li>WorkerMode</li> 
 <li>Prometheus</li> <li>Prometheus</li>
 +<li>WorkerMode (works, but has issues)</li>
 </ul> </ul>
 </html> </html>
  
-====== Lets have a look ======+**Feature idea:** 
 + 
 +Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/messenger) and the Scheduler 
 + 
 + 
 +====== Let'have a look ====== 
 + 
 +Join the Chat 
 + 
 +{{ :devdays:qr-code.svg?400 |}}
  
 Demo: https://franky.knallimall.org/ Demo: https://franky.knallimall.org/
  
 Code: https://gitlab.knallimall.org/ochorocho/franky Code: https://gitlab.knallimall.org/ochorocho/franky
 +
 +Docs: https://frankenphp.dev/docs/
devdays/t3dd24.1722672768.txt.gz · Last modified: 2024/08/03 08:12 by admin