mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Introduce a generic event bus (Utopia\Bus) with typed events, listener base class, Span instrumentation, and coroutine dispatch. Replace all direct queueForExecutions and inline execution usage calls with ExecutionCompleted event and dedicated listeners (Log, Usage). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
No EOL
259 B
Text
13 lines
No EOL
259 B
Text
parameters:
|
|
level: 8
|
|
paths:
|
|
- src/Utopia/Bus
|
|
- src/Appwrite/Bus
|
|
- src/Appwrite/Transformation
|
|
bootstrapFiles:
|
|
- app/init/constants.php
|
|
scanDirectories:
|
|
- vendor/swoole/ide-helper
|
|
excludePaths:
|
|
- tests/resources
|
|
- app/sdks |