We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run worker php
./rr serve -c .rr.temporal.dev.yaml
version: "3" metrics: address: 0.0.0.0:2116 status: address: 0.0.0.0:2115 server: command: "php public/index.php" env: - APP_RUNTIME: Vanta\Integration\Symfony\Temporal\Runtime\TemporalRuntime rpc: listen: tcp://0.0.0.0:6001 temporal: address: "mdm_pos_temporal_server:7233" namespace: mdm activities: num_workers: 4 metrics: driver: prometheus address: 0.0.0.0:2117 type: "summary" logs: level: debug channels: temporal.level: error
RR 2024.2.1 temporal/sdk v2.11.2
Problem line https://github.com/temporalio/sdk-php/blob/master/src/Internal/Transport/Router/GetWorkerInfo.php#L85
The text was updated successfully, but these errors were encountered:
@root-aza it's issue in bundle which you are using - https://github.com/VantaFinance/temporal-bundle/blob/main/src/DataConverter/SymfonySerializerDataConverter.php#L51 should have option ['preserve_empty_objects' => true].
['preserve_empty_objects' => true]
Sorry, something went wrong.
Oops. Thanks!
No branches or pull requests
What are you really trying to do?
run worker php
Describe the bug
Minimal Reproduction
./rr serve -c .rr.temporal.dev.yaml
Environment/Versions
RR 2024.2.1
temporal/sdk v2.11.2
Additional context
Problem line https://github.com/temporalio/sdk-php/blob/master/src/Internal/Transport/Router/GetWorkerInfo.php#L85
The text was updated successfully, but these errors were encountered: